T
texasyankee
My main form contains a subform (one to many relationship). When user
completes the main form, they click on a button which opens a pop-up modal
form requesting information. When user clicks OK, I'm trying to get a value
from the modal form to copy to a field on the subform.
I put a OnClick macro on the OK button and an OnMouse down function to set
the value to the subform field but get "can't find the form (which is my
subform) referred in a macro expression".
Am I even going about this the correct way?
completes the main form, they click on a button which opens a pop-up modal
form requesting information. When user clicks OK, I'm trying to get a value
from the modal form to copy to a field on the subform.
I put a OnClick macro on the OK button and an OnMouse down function to set
the value to the subform field but get "can't find the form (which is my
subform) referred in a macro expression".
Am I even going about this the correct way?