I’m using Formdocs program that allows you to use VBA. What I would like to do is when I check a check box after checked it would activate a pull down list box as if I had clicked it with the mouse. I have been able to get this to work but with problems. When I put the coding in the ENTER area it will transfer to the list box but will not put a check in the check box. If I put the coding in the FILL area it transfers to the list box but comes right back to the check box. The coding I’m using is:
Thisforms.field s (“field27”) .Activate
Thisforms.field s (“field27”) .Activate
Comment