My question is WHY? How does this new table relate to the existing one? If it is a true one-to-one table (you can only have one record in the second table for the one in the first) then you can create a query which links the two by the proper ID (ID in the first table should be FOREIGN KEY in the second).
If the second table is the many side of a one-to-many then you need to use a MAIN FORM for the first table and a SUBFORM for the second.
Hi boblarson,
Thank you for responding. The 'new table will be a lookup table for the first one. I have a form with quite a bit of work completed and the second table was an after thought. The second table will be used to store links to photos on a hard drive. I have tried to reference the record source of a new textbox on the form, for example, and get the error. Hopefully I do not need to start from square one. Seems like a major mistake, I may scrap the idea. Could you assist?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.