I was wondering how you build a form off a junction table.
Meaning if the Junction Table, holds info on customers and book for exaple the fields in the juction table (tbl_customer_book) were customer_book_id , Customer_id and Book_id.
If I create a form called frmOrders which will track customer info and book info, how am i supposed to set up the Record Source of the form?
For clarity purposes the form must be able to display more then just the Customer Id and the Book Id. I would need to display the customers address and contact info as well as the book info such as title and description.
But how and where is that info stored, if the form "Record Sourse" is set to the juction table "tbl_customer_book"?
There will be way more txt boxes on the form then the table will have fields.
I have set up the relationships between the three forms already, but am unsure of the procedure with saving the info off the form.
If anyone can help it would be great.
VAV
Meaning if the Junction Table, holds info on customers and book for exaple the fields in the juction table (tbl_customer_book) were customer_book_id , Customer_id and Book_id.
If I create a form called frmOrders which will track customer info and book info, how am i supposed to set up the Record Source of the form?
For clarity purposes the form must be able to display more then just the Customer Id and the Book Id. I would need to display the customers address and contact info as well as the book info such as title and description.
But how and where is that info stored, if the form "Record Sourse" is set to the juction table "tbl_customer_book"?
There will be way more txt boxes on the form then the table will have fields.
I have set up the relationships between the three forms already, but am unsure of the procedure with saving the info off the form.
If anyone can help it would be great.
VAV