First, thank you to Elana and Jonathan Kok.
But I am still having some troubles.
I think that it would work except that I get a "The table is already opened exclusively by another user interface and cannot be manipulated programmatically." error.
This occurs when I try to have the form open another form. Even if I set the command button to close the current form first (this works) it will not open the second form (I get the error message).
I tried to set the database properties to:
Default Open mode = Shared and
Default Record Locking = No locks
in the Advanced Properties, but no luck.
I thought that by setting the first form's properties to Allow Additions = NO would fix this problem, but it did not.
Thanks again for your help so far.
-Dan
But I am still having some troubles.
I think that it would work except that I get a "The table is already opened exclusively by another user interface and cannot be manipulated programmatically." error.
This occurs when I try to have the form open another form. Even if I set the command button to close the current form first (this works) it will not open the second form (I get the error message).
I tried to set the database properties to:
Default Open mode = Shared and
Default Record Locking = No locks
in the Advanced Properties, but no luck.
I thought that by setting the first form's properties to Allow Additions = NO would fix this problem, but it did not.
Thanks again for your help so far.
-Dan