run time 2110

D

Dave

Hi all,
My Access 97 front end is giving me a run time 2110 error when I try and
move from a main form to a sub form. Everything worked prior to re-linking
tables to SQL Server. Basically, the subform in disabled until certain other
fields are filled out. When the final field is updated, the following code is
executed:

Me!subfrmTasks.Enabled = True '--- this is the subform
Me!CmdDone.Enabled = True '--- this is just a command button
DoCmd.GoToControl "subfrmTasks" '--- this is where the code is failing.

Can anyone suggest a way out or explain why something may have changed?
Thanks,
Dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top