Forms don't open in switchboard!

GeorgeChr

Registered User.
Local time
Today, 21:13
Joined
Jun 26, 2007
Messages
24
I have created a switchboard and I've put some forms to open when you click the appropiate button in it. The problem is that when I open the form FROM the switchboard, I cant view the data in the form (only the layout such as buttons etc.).

I believe that the problem has something to do with the parameters that I've created (i.e. "enter the first two digits of the telephone number").

To be more detailed here is the message that I get when i try to navigate between the records in the form: "You can't go to the specified record".

Is there anything I should change in the VBA and if there is, can someone please give me the code because I don't understand much about it! I'm new..
Or maybe is something that I should change in the properties section??
Thank you.
PS: Below I attached the code of my switchboard if that helps anyone..
 

Attachments

Last edited:
I have created a switchboard and I've put some forms to open when you click the appropiate button in it. The problem is that when I open the form FROM the switchboard, I cant view the data in the form (only the layout such as buttons etc.).

I believe that the problem has something to do with the parameters that I've created (i.e. "enter the first two digits of the telephone number").

To be more detailed here is the message that I get when i try to navigate between the records in the form: "You can't go to the specified record".

Is there anything I should change in the VBA and if there is, can someone please give me the code because I don't understand much about it! I'm new..
Or maybe is something that I should change in the properties section??
Thank you.
PS: Below I attached the code of my switchboard if that helps anyone..
I don't use Switchboards anymore but from what I remember when you create a Switchboard item to open a form that determines the mode to open that form (add, edit, etc.) Try editting the Switchboard and changing that mode.
 
thank you very much bob! that was the problem! very simple and quick solution!
 

Users who are viewing this thread

Back
Top Bottom