Passing data between forms

S

sturner333

I was running this code all week to pass info from one form to anther.
This morning I get an error that "Object doesn't supptort this property or
method".
Any thoughts on why this would suddenly start?

Text13.SetFocus
Text13.Text = Forms.frmlogin.LoginName.Text
 
M

mscertified

Sounds like someone changed the references.
Does your database compile?

-Dorian
 
Top