P
Pat Backowski
Hi Everyone,
I'm calling a form from a form and passing the value of Route to limit the
inputs to the next form which is bound to a table with the key RouteX:
MsgBox (Me.Route)
DoCmd.OpenForm "VansIII", , , "[RouteX]=" & Me.Route
The Msgbox shows the correct value, but I keep getting a Parameter box
popping up asking for the value of "LIM" or "DUB", which is the value of
Me.Route.
I'm a very confudes lad, been over this 50x with no change.
Can anyone please help.
Thanks in Advance,
Pat.
I'm calling a form from a form and passing the value of Route to limit the
inputs to the next form which is bound to a table with the key RouteX:
MsgBox (Me.Route)
DoCmd.OpenForm "VansIII", , , "[RouteX]=" & Me.Route
The Msgbox shows the correct value, but I keep getting a Parameter box
popping up asking for the value of "LIM" or "DUB", which is the value of
Me.Route.
I'm a very confudes lad, been over this 50x with no change.
Can anyone please help.
Thanks in Advance,
Pat.