H
hgoslin
Hi
I am a newbie at MS Access programming. I have 5 subforms on
different tabs all based on a single table. When a record is edited,
selected (or added) on subform1 - frmSubTaskOrder, I would like the
same record to be selected when I move to subforms2-5 eg
frmSubContractor. On frmSubTaskOrder, the control TaskOrderNumber
would be the unique field (although not a primary key), to be able to
find the matching record on frmSubContractor. I have created a text
box called txtTONum that simply references the control eg
=[TaskOrderNumber] so that the user can see that they are accessing
the correct record.
These 5 subforms are on a main form frmAdministrators and I use a
combobox with the link child, link parent to synchronise all the
subforms. I have attempted much of the code found in this group but
as yet have been unsuccessful. Any help would be appreciated.
Thanks
Heather
I am a newbie at MS Access programming. I have 5 subforms on
different tabs all based on a single table. When a record is edited,
selected (or added) on subform1 - frmSubTaskOrder, I would like the
same record to be selected when I move to subforms2-5 eg
frmSubContractor. On frmSubTaskOrder, the control TaskOrderNumber
would be the unique field (although not a primary key), to be able to
find the matching record on frmSubContractor. I have created a text
box called txtTONum that simply references the control eg
=[TaskOrderNumber] so that the user can see that they are accessing
the correct record.
These 5 subforms are on a main form frmAdministrators and I use a
combobox with the link child, link parent to synchronise all the
subforms. I have attempted much of the code found in this group but
as yet have been unsuccessful. Any help would be appreciated.
Thanks
Heather