Help with linking two forms (like subform)

C

Carl J. Hixon

I want to link two forms together much like using a subform however I want
the subform to be a separate modal form. which is opened by a button on the
main form. Any pointers as to how this is done?

Thanks,
Carl
 
G

Gerald Stanley

Try using DoCmd.OpenForm in the Click method of the button
to open the subForm.

Hope That Helps
Gerald Stanley MCSD
 
C

Carl J. Hixon

Try using DoCmd.OpenForm in the Click method of the button
to open the subForm.

Thanks. I got it by using the wizard to construct the button. I'm
disecting it from there to better understand it.

Carl
 

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

Top