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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Saving multiple values in a form to a table

Status
Not open for further replies.

mxp346

MIS
Apr 27, 2002
50
US
I have a form where there are three fields that go together. There are also several sets of those three fields on the form. Is it possible to have a button that if pushed enters each set into a table whith each one having an autonumber entered with it. The setup of the form is below.

-----------------------------------
ID Description Category

ID Description Category

ID Description Category


------------
|Update Table|
------------
------------------------------------
 
If what u say is an unbound subform or a set of text boxes

When u push the button u can colkect the values in the table
and perform a insert for the fields other than AutoNumber.

Else in Form_Current keep in Id the next Max Number(May not sound good for Multiuser Purposes)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top