Hi All,
This may be very simple but I cant see it..
I have two tables "All Products" & "Active Products"
I have a simple form, with a list box showing all entries in the "All Products" table which is filtered by a search box. this simply shows the Code, Description & Cost
I want to click on a product in this list to open a form. If that product code already exisits in the "Active Products" Table I want it to show its entry through the form. Standard.
but if that code doesnt exist in the "active" table i need it to add a new record in the "active" table putting the code in the form ready to go.
Thanks in advance
Hope all makes sense