I've the following code written in button_click()
DoCmd.OpenQuery "feedback Query"
But when I run the program it comes with the following error:
You tried to lock table "feedback Query" while opening it, but the table can't be locked because it is currently in use. Wait and then try the operation again.
Is anyone there that knows what to do to resolve it?
Thanks to help me, this forum have been very helpful to me.
DoCmd.OpenQuery "feedback Query"
But when I run the program it comes with the following error:
You tried to lock table "feedback Query" while opening it, but the table can't be locked because it is currently in use. Wait and then try the operation again.
Is anyone there that knows what to do to resolve it?
Thanks to help me, this forum have been very helpful to me.