Hopefully simple listbox + query issue.
I have a list box which gets it's data from a query.
However a lot of the fields are displayed as numbers instead of text (these are the fields which are relationship based in table form)
Is there a way to force the listbox to display VALUES not numbers?
Cheers!
Re: Hopefully simple listbox + query issue.
Re: Hopefully simple listbox + query issue.
Values as in numeric values?
Are there numeric values in your tables?
Re: Hopefully simple listbox + query issue.
Yeah, numeric values are appearing instead of text - and in my tables they are lookups made via the wizard (perhaps should have used queries on my forms instead).
Any ideas?