G
Guest
I have a query that dispalays all my info needed form the linked sql tables. I have three user fileds that will added by the user. I going to have to hold them in a seperate table. I need to field a way to relate the two sets of data. I was thinking Purchase order number would do it. I wrote a query that shows all info plus the three user fields. Is it best to use a append or update query. I want the table to always be updated or added to with new info such as when new p.o are added to the sql table or when info changes in the user enter fields. Any advice on this one.