Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by robins80

  1. robins80

    Object required error

    It was originally defined as String. Sorry.
  2. robins80

    Object required error

    Actually, I decided to change my variable to a Variant and everything seemed to work fine. Thanks for the help.
  3. robins80

    Object required error

    I changed the line to this: ThisText = ProgramForm.ChoozeZone.Text And still got the same error.
  4. robins80

    Object required error

    Hello, I have a form in Access with a text box called ChooseZone. I want to put the value of ChooseZone.Text into a variable called ThisText like so: ThisText = ChoozeZone.Text but when I run the application, the above line gets the oh-so-descriptive error "Object Required". What gives...

Part and Inventory Search

Back
Top