#Name? problem

faz88

Registered User.
Local time
Today, 11:50
Joined
Mar 31, 2008
Messages
34
I have a query to show availability of a booking. When i run the query, it works fine. On my form i am trying to create a listbox using the same query. But when the listbox wizard shows the result , all the fields appear as #name?. how do i get it to show the query data instead.
 
Did you set the RowSource of your ListBox to your query?
 
The rowsource is set...

If the RowSource is set the way that you want it, then try looking for a spelling error in the bound column name for any field with an error. The message usually indicates that either the RecordSource is wrong, or the bound column does not exist in the query or table associated with the RecordSource.
 

Users who are viewing this thread

Back
Top Bottom