#Name? problem (1 Viewer)

faz88

Registered User.
Local time
Today, 12:43
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.
 

RuralGuy

AWF VIP
Local time
Today, 05:43
Joined
Jul 2, 2005
Messages
13,825
Did you set the RowSource of your ListBox to your query?
 

MSAccessRookie

AWF VIP
Local time
Today, 07:43
Joined
May 2, 2008
Messages
3,428
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

Top Bottom