J
JohnE
I have a macro designed that is used in a right mouse click event on a
textbox (PSID) on form1, which is a continuous form. It is a simple GO TO
and it opens up another form, form2, which is a single form. But, I need to
call the following;
Public Sub FindPackingSlip(ByVal slip_number As Long)
so that when form2 opens, it is on the packing slip from the textbox in
form1 that the right click was done on. I get it to work with the exception
of passing in the above info.
If someone is savvy in macros, I can use the help as to how and where to
pass the the info above into.
Thanks.
John
textbox (PSID) on form1, which is a continuous form. It is a simple GO TO
and it opens up another form, form2, which is a single form. But, I need to
call the following;
Public Sub FindPackingSlip(ByVal slip_number As Long)
so that when form2 opens, it is on the packing slip from the textbox in
form1 that the right click was done on. I get it to work with the exception
of passing in the above info.
If someone is savvy in macros, I can use the help as to how and where to
pass the the info above into.
Thanks.
John