G
Guest
I have two main forms that each have a subform. Both forms are based on a
one-to-many relationship between the main form (1) and the subform (many).
Based on certain information keyed into subform 2, I need to open
main/subform 1 and want to copy relevant date from subform 2 into subform 1.
I have successfully opened main/subform 1 and retreived the matching record
on the main form 1. When I try to set values on subform 1 through a macro,
the action fails with the message "No current record."
I am totally stumped. Any help would be greatly appreciated. This is my
final routine for my application and I am truly frustrated to have so much
trouble at this point. I am not using code and would like to stay within
ACCESS capabilities to insure I can support this properly, but if there is no
other answer I will try to plug-in some suggested code.
one-to-many relationship between the main form (1) and the subform (many).
Based on certain information keyed into subform 2, I need to open
main/subform 1 and want to copy relevant date from subform 2 into subform 1.
I have successfully opened main/subform 1 and retreived the matching record
on the main form 1. When I try to set values on subform 1 through a macro,
the action fails with the message "No current record."
I am totally stumped. Any help would be greatly appreciated. This is my
final routine for my application and I am truly frustrated to have so much
trouble at this point. I am not using code and would like to stay within
ACCESS capabilities to insure I can support this properly, but if there is no
other answer I will try to plug-in some suggested code.