Good afternoon,
I have my macro that has a field created called (not via a DIM statement) Department.
A little ways into the Macro I have an IF THEN ELSE statement that CALLS another macro. I get a runtime error 424 when I try to populate my data with the value of Department.
So I have 2 questions.
1. Do I have to restate the value of Department in the called macro?
2. Should I have declared that variable instead? (DIM)
thanks!!
I have my macro that has a field created called (not via a DIM statement) Department.
A little ways into the Macro I have an IF THEN ELSE statement that CALLS another macro. I get a runtime error 424 when I try to populate my data with the value of Department.
So I have 2 questions.
1. Do I have to restate the value of Department in the called macro?
2. Should I have declared that variable instead? (DIM)
thanks!!