
June 23rd, 2004, 02:10 PM
|
|
Registered User
|
|
Join Date: Jun 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Help with coding a button
Hello to all,
First things first...yes Im a newbie, and yes I have been checking the forums for about 6 days now...lol.
My problem is:
I have 1 database 3 tables, "tblCustomers", "tblMachines", "tblTech". I have a form "frmForm1" where with a combo box I get the Name of the Customers Listed so I can select one, this then fills inaddress, city etc. in the appropriate list box's. I then have another combo box that goes to the tblTech and gets the list of techs for the user to choose, as well as another combo box that goes to the tblMachine and gets the list of available machines. I then have 2 text boxs one called "txtIssue", and "txtResolution"
My question finally is, I would like to know how can I get all of the data in this form "frmForm1" to be saved to another table...say "tblCalls".
I greatly appreciate your time.
|