L
leon
I have table on which i want to run a query but one of the columns
that should be selected should be variable. When running the query it
should ask a column name or it should pick up a value from a form.
The query should look something like this :
select account, balance, [variable]
from tbl_accountbalances
Is this possible at all?
I Don't mind if i have to run the query from a form or have to put the
query in VBA.
that should be selected should be variable. When running the query it
should ask a column name or it should pick up a value from a form.
The query should look something like this :
select account, balance, [variable]
from tbl_accountbalances
Is this possible at all?
I Don't mind if i have to run the query from a form or have to put the
query in VBA.