B
Bill H.
How can I make this work in a query:
PARAMETERS [tblname] TEXT;
INSERT into [tblname] . . .
I know I could build SQL in the VBA and go from there, but this seems more
elegant.
Thx.
PARAMETERS [tblname] TEXT;
INSERT into [tblname] . . .
I know I could build SQL in the VBA and go from there, but this seems more
elegant.
Thx.