G
Gainger Gran
I have this code set in my Row Source of a ListBox.
How come it does not work?
SELECT Data1.BID FROM Data1 WHERE (((Data1.BID)=CurrentRecord));
I am trying to run a query and have it use the current record.
Help!
How come it does not work?
SELECT Data1.BID FROM Data1 WHERE (((Data1.BID)=CurrentRecord));
I am trying to run a query and have it use the current record.
Help!