G
Gary
I currently have a form with a subform which is set to
view as a datasheet which shows mutiple records for the
record set on the mainform (1 to many)I am trying to
select a record in the subform and have the mainform
update, which works with the following code. However the
subform reverts back to the first record not the selected
record. I think that this can be resolved with the use of
Recordsetclone but have been unable to make this work.
Help!
Forms!frmAELog!.Filter = "AENumber=" & Me![AENumber]
Forms!frmAELog.FilterOn = True
view as a datasheet which shows mutiple records for the
record set on the mainform (1 to many)I am trying to
select a record in the subform and have the mainform
update, which works with the following code. However the
subform reverts back to the first record not the selected
record. I think that this can be resolved with the use of
Recordsetclone but have been unable to make this work.
Help!
Forms!frmAELog!.Filter = "AENumber=" & Me![AENumber]
Forms!frmAELog.FilterOn = True