G
Guest
I'm debugging a problem and a macro is involved (I did not write this!). I
need to convert the macro to code so I can insert debugging statements. Here
is what the macro does:
1. OpenForm Assignment Information
2. GoToControl Assignment Number
3. FindRecord =[Forms]![Applicant Recipient Search]![AR Search
SubForm].[Form].[AssignNo]
Later on (in a module) called from the form_current event there is a
screen.activecontrol statement that fails because there is no active control
even though there is a setfocus statement being executed. Any ideas?
It appears to be data related since I can open an old datafile with the
front-end and get no problem.
need to convert the macro to code so I can insert debugging statements. Here
is what the macro does:
1. OpenForm Assignment Information
2. GoToControl Assignment Number
3. FindRecord =[Forms]![Applicant Recipient Search]![AR Search
SubForm].[Form].[AssignNo]
Later on (in a module) called from the form_current event there is a
screen.activecontrol statement that fails because there is no active control
even though there is a setfocus statement being executed. Any ideas?
It appears to be data related since I can open an old datafile with the
front-end and get no problem.