In Access 2000, I have created the variable:
Public intProductId as integer
how can I use this in a query?
I need to use it in the field of a query. I have an append query and I need to use the value of intProductId in the result.
I don't want to write an sql statement, because this will become quite difficult to manage
Public intProductId as integer
how can I use this in a query?
I need to use it in the field of a query. I have an append query and I need to use the value of intProductId in the result.
I don't want to write an sql statement, because this will become quite difficult to manage