This is supposed to be a simple form based on order details. Users can choose from 5 combobox values to get the order info on screen. Comboboxes are all based on one query. I then use the order no. to do a DoCmd filter to get the 'order header' info. The subform will then display all the related order lines for the order.
Nothing too difficult... Well this sort of works but when i Exit the form, it uses the Customer id field and updates all the records in the query with that customer id and this is really baffling me..what am i doing wrong here.
Nothing too difficult... Well this sort of works but when i Exit the form, it uses the Customer id field and updates all the records in the query with that customer id and this is really baffling me..what am i doing wrong here.