Passing data between forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Sounds like someone changed the references.
Does your database compile?

-Dorian
 

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

Back
Top