Okay, people, I need to create a certain from but I have no idea how to do it.
I have these two tables.
Table Worker:
ID, Name, Last Name, Gender, Office_ID. Id is a primary key.
Office:
ID, Name, Adress. ID is a primary key.
Relationship: Office_ID - ID
My task is this:
Create a form Office which contains all the columns from a table Office. Column ID must be replaces with a combo box. Values in combo box are chose wfrom a table Worker and this field must remember ID(Worker). The list in combo box must not show the primary key of a table Worker.
No idea how to do it. Please help.![]()