Hi,
I have a query that says:
The query works fine until I try to use it to populate a table, then the ReqNum field is always blank. The only thing I did different in the query was to place "INTO EmpBIDs" before the "From Bids" in the original query.
Is placing a tempvar value into a table using a query doable?
Thanks,
Shawn
I have a query that says:
Code:
Select Distinct Bids.EmpID, Bids.PosID, [tempvars]![reqnum] AS ReqNum From Bids;
Is placing a tempvar value into a table using a query doable?
Thanks,
Shawn
Comment