I have created two tables namely
Table_Drawing and Table_Sign.
The Table_Drawing contains the following field:
No, Rev, Title
The Table_Sign contains the following field:
No, Rev, Drafter, Checker, Approval
I have created a form frmEntry with the Record source [Table_Drawing] and have the following field for entry:
No, Rev, Title and a command button "Sign".
Another form frmSign with the record source [Table_Sign] and have the following field for entry: Drafter, Checker, Approval and a command button "END".
The command button "Sign" OnClick() will run a marco that open a Sign Form for user to fill-in the Drafter, Checker, Approval. The "END" button will close the frmSign and return to frmEntry.
The relationship between Table_drawing and Table_Sign are linked by No, Rev.
I have no problem keying in the field No, Rev, Title. All these data are captured into the Table_Drawing.
When I click on the "Sign" Button and the Sign Form pop-up, I key in the Drafter, Checker, Approval. I exit by clicking on the "END" buttton. However, when I open the Table_Sign, the Drafter, Checker, Approval names are there but the No, Rev are empty (Blank??).
Is there anyway to link the No, Rev of the Table_Drawing and Table_Sign?
Also, whenever I exit from frmSign and click to return to edit mistakes I made in the entry, the entry in the frmSign is always blank(??). Is there anyway to lookup what was already key-in since the two Tables are related by No and Rev.
Appreciate Advise.
Table_Drawing and Table_Sign.
The Table_Drawing contains the following field:
No, Rev, Title
The Table_Sign contains the following field:
No, Rev, Drafter, Checker, Approval
I have created a form frmEntry with the Record source [Table_Drawing] and have the following field for entry:
No, Rev, Title and a command button "Sign".
Another form frmSign with the record source [Table_Sign] and have the following field for entry: Drafter, Checker, Approval and a command button "END".
The command button "Sign" OnClick() will run a marco that open a Sign Form for user to fill-in the Drafter, Checker, Approval. The "END" button will close the frmSign and return to frmEntry.
The relationship between Table_drawing and Table_Sign are linked by No, Rev.
I have no problem keying in the field No, Rev, Title. All these data are captured into the Table_Drawing.
When I click on the "Sign" Button and the Sign Form pop-up, I key in the Drafter, Checker, Approval. I exit by clicking on the "END" buttton. However, when I open the Table_Sign, the Drafter, Checker, Approval names are there but the No, Rev are empty (Blank??).
Is there anyway to link the No, Rev of the Table_Drawing and Table_Sign?
Also, whenever I exit from frmSign and click to return to edit mistakes I made in the entry, the entry in the frmSign is always blank(??). Is there anyway to lookup what was already key-in since the two Tables are related by No and Rev.
Appreciate Advise.