E
erick-flores
Hello all
I have this application in Access 2003. I am getting this runtime
error '3009' when a user already have one of the table open. I know
what is the problem, I just need to know how to create and If
statement that says;
If the table is in used then
do not run query
else
run query
end if
The problem is, everytime the application is open a make-table query
is executed. So obviously if a user has the table open and in use,
another user will no able to run the make-table query because this
query delete the existing one to create a new/current one. That is why
I need to write an IF statement to manipulate this situation.
Can somebody help me to write the correct If stat please???
I have this application in Access 2003. I am getting this runtime
error '3009' when a user already have one of the table open. I know
what is the problem, I just need to know how to create and If
statement that says;
If the table is in used then
do not run query
else
run query
end if
The problem is, everytime the application is open a make-table query
is executed. So obviously if a user has the table open and in use,
another user will no able to run the make-table query because this
query delete the existing one to create a new/current one. That is why
I need to write an IF statement to manipulate this situation.
Can somebody help me to write the correct If stat please???