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

Help showing data in form and saving to table.

Status
Not open for further replies.

freefour

MIS
Joined
Aug 26, 2004
Messages
33
Location
US
Hey all...
To clarify my previous post a little better:

I am writing a little database for a local garage to print invoices.

I got a form called frminvoiceacquire that first has a combo box with all customers in it. From that they select the customer that needs an invoice created for. Then it pops up another combo box that has all vehicles that customer owns. They then select the vehicle they did the work on.

That form simply passes the customerID and vehicleID to my frminvoice table acting in data entry mode.

Now I want to take the key customerID, and select all the customer information (first name, last name, ect) and vehicle information to frminvoice (showing up in text boxes) and then store it into the Invoice table so I can generate some kind of report that will be a receipt for the customer or so it could be viewed later.

I know this is got to be pretty simple. Hope that helps!

Thanks again!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top