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
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