Can't Open form with button

chrisd49

Registered User.
Local time
Today, 20:36
Joined
Oct 25, 2006
Messages
25
Hi All
I have a button which 'Opens@ a form based on a query. The first time I open the form this way all is OK and I can see all the records. If I close and try to reopen the form using the button I get an error message 'the table is already opened exclusively by another user, or is already open through the user interface and cannot be mamipulated programmatically'
Any ideas on this one fairly quickly if possible.
Cheers
Chris
 
Maybe u don't close the table properly or maybe the table just minimize not close. Please check this.
Why don't u just used the command button with hyperlink.
 
Post the code that you are using.
 

Users who are viewing this thread

Back
Top Bottom