Passing data between forms

S

Stapes

Hi

I am working on a project someone else started, and he has this code:

If STR_FormName = "FMS_ToDo" Then Page47.SetFocus

He obviously expects the name of the last form to be here, but it is
not. In fact, when I put Option Explicit at the top - this field was
undefined.

How is this supposed to work?

Stapes
 
Top