D
David
I'm using Access 97.
I've entered the following SQL Query into the Query Tab.
===================
SELECT * FROM tblVehicles WHERE fldVehicleTag = ABC123;
====================
When I double click the Query to execute:
Instead of returning the recordset Access prompts me for
a Parameter. When I enter the tag # --> ABC123
it returns the correct record.
Why am I being prompted for a Parameter and how do I stop it?
Thanks
David
I've entered the following SQL Query into the Query Tab.
===================
SELECT * FROM tblVehicles WHERE fldVehicleTag = ABC123;
====================
When I double click the Query to execute:
Instead of returning the recordset Access prompts me for
a Parameter. When I enter the tag # --> ABC123
it returns the correct record.
Why am I being prompted for a Parameter and how do I stop it?
Thanks
David