I am using openargs to transfer 2 variables to a form. However I am missing something when I sent the request through.
The second variable goes through without problem, but the first one is not. The system is seeing the Var name and sending that. Im sure it is just a formatting problem.
Code in Parent I Need it to pull the variable Accessionz and ClientNumz. The Bar is the separator.
The second variable goes through without problem, but the first one is not. The system is seeing the Var name and sending that. Im sure it is just a formatting problem.
Code in Parent I Need it to pull the variable Accessionz and ClientNumz. The Bar is the separator.
Code:
DoCmd.OpenForm "FollowUpFrm", , , , , , "Accessionz|" & ClientNumz
Comment