303factory
Registered User.
- Local time
- Today, 21:08
- Joined
- Oct 10, 2008
- Messages
- 136
Hi
I have a table with a field that is on a lookup to another table.
So the field 'ExhibitStatus' on table 'tblExhibitInfo' is on lookup to table 'tblStatus', linked by ID, where tblStatus is:
ID Status
1 Open
2 Closed
3 In progress
Etc. Now this works fine when you open up tblExhibitInfo. The different statuses appear as text in a drop down box you can select. However when I try to have this field on a query, it doesnt work.
In the query design, it's
Field: ExhibitStatus
Table: tblExhibitInfo
but when you open the query the field just contains the ID number instaed of the text, and if you click on the drop down box you get a list of blank rows to choose from.
Also if you link this query to a form you cant even see the ID, it's just blank with with a choice of blank rows on the combo box.
Any ideas where I'm going wrong?
Thanks
Dan
I have a table with a field that is on a lookup to another table.
So the field 'ExhibitStatus' on table 'tblExhibitInfo' is on lookup to table 'tblStatus', linked by ID, where tblStatus is:
ID Status
1 Open
2 Closed
3 In progress
Etc. Now this works fine when you open up tblExhibitInfo. The different statuses appear as text in a drop down box you can select. However when I try to have this field on a query, it doesnt work.
In the query design, it's
Field: ExhibitStatus
Table: tblExhibitInfo
but when you open the query the field just contains the ID number instaed of the text, and if you click on the drop down box you get a list of blank rows to choose from.
Also if you link this query to a form you cant even see the ID, it's just blank with with a choice of blank rows on the combo box.
Any ideas where I'm going wrong?
Thanks
Dan