I am new to the concept of front end and back end, so I am sorry in advance for my questions.
The back end has all the tables
The front end has a link to each of the back end tables.
For this question: 2 tables [tbl_cust] and [tbl_x_cust] with each table having an Unique ID.
I require a form that will allow the user to
1) Select the Unique ID from the tbl_cust from a drop down
2) Display the contents of tbl_cust for READ ONLY
3) Display the contents of tbl_x_cust for READ AND WRITE
How should I connect the form's field?.. I tried a query but I cannot update the fields, directly to the tables?, then wont I have a problem with multi users? an update query for the read/write fields?
I just need an indication on how to proceed. I would really appreciate..
Thanks
The back end has all the tables
The front end has a link to each of the back end tables.
For this question: 2 tables [tbl_cust] and [tbl_x_cust] with each table having an Unique ID.
I require a form that will allow the user to
1) Select the Unique ID from the tbl_cust from a drop down
2) Display the contents of tbl_cust for READ ONLY
3) Display the contents of tbl_x_cust for READ AND WRITE
How should I connect the form's field?.. I tried a query but I cannot update the fields, directly to the tables?, then wont I have a problem with multi users? an update query for the read/write fields?
I just need an indication on how to proceed. I would really appreciate..
Thanks