To start off my problem started with a Select Case that got to big and started causing a complier error "Procedure Too Large" So after doing some research I figured that I needed to break the Cases down into inidivial procedures. So I figured it would be easier to create seperate Functions for each case and then have the Funcation called out be the Select case. I have it just about done (I think) but I'm having an issue with the ActiveControl between 2 forms.
I'm getting a run time 438 "Object does not support this medoth
Any ideas?
Is there a better way to break the code up?
Code:
If Forms![Frm-main].ActiveControl.Name = "step3" And (Forms![Frm-initals].[newinitals].[newinitals]) = "N/A"
I'm getting a run time 438 "Object does not support this medoth
Any ideas?
Is there a better way to break the code up?