C
craig kelly
When I create a new record in one form, I want it to
create a new record in another form, both forms are based
on the same query and contain the 'PRIMARY KEY' which is
the field 'Run Number'.
i.e. Form A and Form B are based on the same record
source. The records held in each form are linked by a
common 'Run Number', so 'Run Number' in Form A should
relate to the same 'Run Number' in Form B.
At the moment when I create a new record in Form A it
does not automatically create one in Form B even though
they both contain the field 'Run Number' which is the
PRIMARY KEY, how do I do this?
If I open Form B using an Open Form macro on a command
button from Form A, it opens it at record 1 instead of at
the same record number which I was viewing in Form A, how
do I get it to Open displaying the same record?
Any help would be appreciated as this is driving me up
the wall!
Thank you
Craig.
create a new record in another form, both forms are based
on the same query and contain the 'PRIMARY KEY' which is
the field 'Run Number'.
i.e. Form A and Form B are based on the same record
source. The records held in each form are linked by a
common 'Run Number', so 'Run Number' in Form A should
relate to the same 'Run Number' in Form B.
At the moment when I create a new record in Form A it
does not automatically create one in Form B even though
they both contain the field 'Run Number' which is the
PRIMARY KEY, how do I do this?
If I open Form B using an Open Form macro on a command
button from Form A, it opens it at record 1 instead of at
the same record number which I was viewing in Form A, how
do I get it to Open displaying the same record?
Any help would be appreciated as this is driving me up
the wall!
Thank you
Craig.