How can I append a query while the form is open?

E

efandango

I am trying to append a query that appends a table, thatin turn populates the
form.

Whn I try and run it vai a macro, iget the follwoing error message:

The database engine could not lock table <name> because it is already in use
by another person or process.

Also, Is OpenQuery the only command availabe in a Macro, or can i use
another command?
 
Top