C
Cliff
It has been a while since I done much Access VBA. I have a form
(frmInspectionDetail) to collect inspection data. On that form there is
a button that opens another form (frmPanel) that has several command
buttons that represent the items being inspected. I need to be able to
click on one of the items and have a variable associated with that item
(found in a table) passed back to the original calling form
(frmInspectionDetail), which will still be open.
I am not sure of the approach. In general I guess I need the command
button on the first form to launch some type of function that awaits
the value from the second form to be passed back so it can catch it.
Thanks for any ideas on how to do this?
(frmInspectionDetail) to collect inspection data. On that form there is
a button that opens another form (frmPanel) that has several command
buttons that represent the items being inspected. I need to be able to
click on one of the items and have a variable associated with that item
(found in a table) passed back to the original calling form
(frmInspectionDetail), which will still be open.
I am not sure of the approach. In general I guess I need the command
button on the first form to launch some type of function that awaits
the value from the second form to be passed back so it can catch it.
Thanks for any ideas on how to do this?