Forum Discussion
soufiane91
Feb 05, 2021Copper Contributor
show names instead ID
Hi , How to show names instead of ID , I have a query used in two forms that contain a filed's row source is a query . So in the first form it's Okay it shows names but in the seconde form shows ID...
George_Hepworth
Feb 06, 2021Silver Contributor
soufiane91 This sounds like you might have used one of those dreadful Lookup Fields in your table. Correct? IF so, the solution is to convert it back to a standard number datatype in the table.
Then, in the form where you want to display the value instead of the ID, use the value field from the related table.
If I've misunderstood the situation, let me know and also clarify what the design is.
- soufiane91Feb 07, 2021Copper Contributor
- George_HepworthFeb 07, 2021Silver Contributor
soufiane91 I think the solution is, as I said before, to include the table which DOES have the client name field in it as part of the query for the list box. Display that client name field in the list box instead of the Foreign Key (i.e. the ID) field.