Originally posted by dale5804
Save all changed modules. Compile the code to ensure there are no accidental errors.
This should resolve the problem you are experiencing, which is because one form's code module cannot see the definition of ReturnUsername in the other.
-Stewart
Comment