D
Dorian
BY embedding something like:
WHERE T.Team = [Enter Team]
in my query I can promt for a team
However, is there any way to create a prompt that allows for selection of a
column from a table. I have a table of teams tblTeams and would like the
prompt to allow selection from a column in this table.
I'm wondering if I can do this without creating a form?
Thanks.
WHERE T.Team = [Enter Team]
in my query I can promt for a team
However, is there any way to create a prompt that allows for selection of a
column from a table. I have a table of teams tblTeams and would like the
prompt to allow selection from a column in this table.
I'm wondering if I can do this without creating a form?
Thanks.