F
floresd
Guest
I am grateful for the answer below, but I'm still having trouble. Any specific info, using the info below, would be greatly appreciated. I'm not completely new to VBA. I just haven't done this before.
Lets say;
I have a form called F.
I have a report called R.
F opens R.
F's module determines a value (X) that must be passed to R.
R has a textbox that must show the value of X the user.
My questions are;
How to I pass X from F to R, both from F's side and R's side.
Once the value is passed, how do I get the value to show up on R (ie what is the syntax to bind a report's control to a numeric value in it's module)?
I know that this should be easy. I'm just out of idea's. This forum is a great place to exchange info and I truly appreciate any responses.
Thanks and Regards,
Dave Flores
Lets say;
I have a form called F.
I have a report called R.
F opens R.
F's module determines a value (X) that must be passed to R.
R has a textbox that must show the value of X the user.
My questions are;
How to I pass X from F to R, both from F's side and R's side.
Once the value is passed, how do I get the value to show up on R (ie what is the syntax to bind a report's control to a numeric value in it's module)?
I know that this should be easy. I'm just out of idea's. This forum is a great place to exchange info and I truly appreciate any responses.
Thanks and Regards,
Dave Flores