I have a list box which lists the Record belonging to a customer. So, Customer 1, has 5 Unique sales, (Tables looks Like CustID (pk), SaleID (pk), Sales Data ). When clicked on the list box a set of Text Boxes below fill in with that rows Sales Data. You can edit and save all the information and I have it requery the list box. Everything works fine.
When I leave the Form it updates the first record belonging to the customer (eg CustID =5 SalesID = 34) with the Sales Data from the recordset I just updated.
I can not seem to stop it from updating that first record.
Can someone give me some insight.
sean
When I leave the Form it updates the first record belonging to the customer (eg CustID =5 SalesID = 34) with the Sales Data from the recordset I just updated.
I can not seem to stop it from updating that first record.
Can someone give me some insight.
sean