Continuous Form Use

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

Guest

I created a form similar to an Access form. It's for logging in phone calls
and messages. Is there a way to set it up like in Access where a single form
appears on 1 page but can generate subsequent pages within the file? Or is
setting it up as a table the only way it can be done? Our IT contractor
doesn't want me to use Access otherwise this would be a breeze. Any
suggestions or help is appreciated. Thanks.
 
You can spawn forms off a form, and access the data on that form.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Sorry, should have said a bit more., so for instance you could have a button
that does

Userform2.Show
'next line

and next line would not be invoked until Userform2 is closed.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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