G
Guest
hi,
i have an access query that i would like to just have in VBA access. the
reason is because i want the query to loop through a list of condition maybe
stored in a table. so i would have something like...
SELECT
FROM
WHERE building = "VARIABLE_FROM_TABLE"
how can i do this?
thanks in advance,
geebee
i have an access query that i would like to just have in VBA access. the
reason is because i want the query to loop through a list of condition maybe
stored in a table. so i would have something like...
SELECT
FROM
WHERE building = "VARIABLE_FROM_TABLE"
how can i do this?
thanks in advance,
geebee