I have a customer-order form (customer table and order table with a one to many relationship, primary key = customerid): on the first form, the customer info is entered and assigned a customerid (autonumber). If you want to place an order, you click the order button - I'm able to carry the customerid to the second form but not update it in the orders table. How hard can it be? Would it be an event procedure, a query or requery, what?
Thanks in advance - TraceyC
Thanks in advance - TraceyC