Hi All,
I have an issue with GoTorecord,,,New, on a forms onload event..
Form A. Control 1 (Primary Key). Table 1. On the click event of command button “create new record” i open Form B, table 2
Table 1 and Table 2 have RI Control1/Table1 – Control/Table2
Form A remains open and visible
On Form B’s onload event i use
Me.Control_1 = Forms![FormA].[Control_1]
GoToRecord,,,New,
But i do not receive a new unique identifier (Table2, ID)..what am i doing wrong..Should form B be a subform to FormA..is it possible to create a new record programmatically with out
Subform/Form?
Hope i managed to explain my issue well / Thanks!
I have an issue with GoTorecord,,,New, on a forms onload event..
Form A. Control 1 (Primary Key). Table 1. On the click event of command button “create new record” i open Form B, table 2
Table 1 and Table 2 have RI Control1/Table1 – Control/Table2
Form A remains open and visible
On Form B’s onload event i use
Me.Control_1 = Forms![FormA].[Control_1]
GoToRecord,,,New,
But i do not receive a new unique identifier (Table2, ID)..what am i doing wrong..Should form B be a subform to FormA..is it possible to create a new record programmatically with out
Subform/Form?
Hope i managed to explain my issue well / Thanks!