Having spent years on SQL I want to make a small Access customer database application. I have set up a form with form fields etc on but want to pull data from three tables. One contains the customer address information, the other contains the possible products they may buy and the third table contains information about the sales person.
However, it seems I can only use one table per form, is this true? Is there a way I can get the product info into a dropdown on the page as well as the sales person. There is no link between all the tables except I want the form to post into a fourth table with the relevant information.
Also is there a macro i can call to delete a record (can only find delete an object)
thanks for any help
However, it seems I can only use one table per form, is this true? Is there a way I can get the product info into a dropdown on the page as well as the sales person. There is no link between all the tables except I want the form to post into a fourth table with the relevant information.
Also is there a macro i can call to delete a record (can only find delete an object)
thanks for any help