Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can we split a form

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hello everyone!

Supposing that there is a table and a form associated with it, can we split the form into three-four smaller forms and link them all to a record in a table?(During data entry!). I mean instead of using a huge form, can we use multiple forms that feed data into a single record? Is it a reliable design? Please give me your answers as this is bugging me since a long time.

Thanks!
Rony
 
Also answered in that mess of a thread702-66299 ...
Rony,
Why sure you can. I've done this just to get rid of that nagging "Use fewer controls" message when you run the analyzer on your forms. Trick is you should save the record before you open the second form, open the second form off the first etc... Soooo you have to be careful that the data on the first form is enough to satisfy what is required in the table to save the record. I suppose if you wanted to have all the forms running at once you could play with events like "Lost Focus~Got Focus~Activate~Deactivate" to handle the saving chores.... ! Gord
ghubbell@total.net
 
Another way is to use page breaks in your form and use code to display each page as required. You still have "one huge form", but your users only see a small part of it at any one time. Saves on synchronising separate forms.

Lightning
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top