"Linking" to another form in Access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to be able to open up and go to another form in Access. Should I do
this with a macro (I can't get the "record macro" to come up), or is there a
way to just link to it? When I tried the import data, it got quite involved
to where I figured I was using the wrong thing. To reiterate, I am in a form
and it makes reference to another form. I want to be able to click at that
point and go to that second form. Thanks.
 
Rich

If you added a command button using the wizard, it would help you select the
form you want opened. If you let the wizard write that code, you could then
cut and paste it into the OnClick event of whatever control you wanted the
users to click.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
OK. Now I really feel stupid! I cannot find the Command Button Wizard. I
should be in form view...correct?
--
Rich D
Armstrong Custom Homes
Redmond


Jeff Boyce said:
Rich

If you added a command button using the wizard, it would help you select the
form you want opened. If you let the wizard write that code, you could then
cut and paste it into the OnClick event of whatever control you wanted the
users to click.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Design view for form, on the Toolbar (may have to "show" it).

The Command Button wizard runs when you attempt to place a command button,
but only if the "wizards" are turned on on the Toolbar.

Regards

Jeff Boyce
Microsoft Office/Access MVP

Rich D said:
OK. Now I really feel stupid! I cannot find the Command Button Wizard.
I
should be in form view...correct?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top