multiple forms

Staelens30

Registered User.
Local time
Yesterday, 23:57
Joined
Sep 29, 2010
Messages
16
can you use mulitple forms to add to one table and then use another form to add new data to a record
 
I don't see why not, though I don't see the point.
 
Forms are used to add data to your table so yes, you could. You could have multiple forms if you have different people adding different information in but that would be better handled with pages within the same form if you ask me.
 
Be careful how many forms are open using the same table and if you are on the same record you will potentially get the errors of "You and another user are attempting to change ..." etc. This is even if nobody else is doing it but you because you might be attempting to edit the same record from two different forms.
 

Users who are viewing this thread

Back
Top Bottom