Hi
We have generated a query to produce us a report from our database. The parameter to that report is a Foreign Key in the main query table, and we would like to present it as a drop-down box from the table in which it is the primary key.
EG our query
"select * from Maintable where FK=[FKid];"
The secondary table -
FKid - Autonumber
Listitem - Text.
We need to have all the "Listitem" records in a dd box for the user to select, instead of them having to learn the Foreign Key id,
Anybody got any ideas ?
Many thanks in advance
ajm
We have generated a query to produce us a report from our database. The parameter to that report is a Foreign Key in the main query table, and we would like to present it as a drop-down box from the table in which it is the primary key.
EG our query
"select * from Maintable where FK=[FKid];"
The secondary table -
FKid - Autonumber
Listitem - Text.
We need to have all the "Listitem" records in a dd box for the user to select, instead of them having to learn the Foreign Key id,
Anybody got any ideas ?
Many thanks in advance
ajm