I was trying to write a conditional query in MS Access today, without success. Here's the problem.<BR><BR>I have a field (myField) that is a lookup to a table (myTable) in the query. myField stores ...
I've defined a simple select query in Access that retrieves data for a particular date. I execute the query from VBA.<BR><BR>Is it possible to pass a parameter into the query from the VBA when I ...