H
hermanko
Hi,
I have a table called [Controlled Documents], and I have a form that is
kind of like a index or table of contents that displays only two fields
from that table (i.e. File Code and File Name). I have a command button
on this continuous form to allow user to open another form, that is
also based on the same table, but will display the rest of the fields
(i.e. created by, last modified, version, etc).
When i create the macro actions to close the first form and then open
the other form, i run into this error:
The table <name> is already opened exclusively by another user, or it
is already open through the user interface and cannot be manipulated
programmatically. (Error 3008)
My macro closes the first form, so I do not understand where I am going
wrong. Can anyone help me please?
Thanks!
Herman
I have a table called [Controlled Documents], and I have a form that is
kind of like a index or table of contents that displays only two fields
from that table (i.e. File Code and File Name). I have a command button
on this continuous form to allow user to open another form, that is
also based on the same table, but will display the rest of the fields
(i.e. created by, last modified, version, etc).
When i create the macro actions to close the first form and then open
the other form, i run into this error:
The table <name> is already opened exclusively by another user, or it
is already open through the user interface and cannot be manipulated
programmatically. (Error 3008)
My macro closes the first form, so I do not understand where I am going
wrong. Can anyone help me please?
Thanks!
Herman