F
FA
Hi Freinds,
I am stuck at something and asking for your help.
I have the following forms
frmSystem => Table SYS_INFO (PK - SYS_ID_CODE)
frmFindings => Table Finding (PK- FINDG_NO, FK - SYS_ID_CODE)
I want to make a command button on frmSystem that will open frmFindgs
with the same SYS_ID_CODE but a new FINDG_NO (Autonumber).
Each SYS_ID_CODE can have many FINDG_NO . i made a command button but
its opening all the recods from Table Finding for a particular
SYS_ID_CODE.
But instead of showing all the recods i want to add new finding for a
particular SYS_ID_CODE.
Can someone help me out please.
Thanks
Moe
I am stuck at something and asking for your help.
I have the following forms
frmSystem => Table SYS_INFO (PK - SYS_ID_CODE)
frmFindings => Table Finding (PK- FINDG_NO, FK - SYS_ID_CODE)
I want to make a command button on frmSystem that will open frmFindgs
with the same SYS_ID_CODE but a new FINDG_NO (Autonumber).
Each SYS_ID_CODE can have many FINDG_NO . i made a command button but
its opening all the recods from Table Finding for a particular
SYS_ID_CODE.
But instead of showing all the recods i want to add new finding for a
particular SYS_ID_CODE.
Can someone help me out please.
Thanks
Moe