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 Thurls

  1. Thurls

    Control settings not saving

    Yep worked like a dream, thanks
  2. Thurls

    Control settings not saving

    Fantastic, I'll give it a go! Thurls
  3. Thurls

    Control settings not saving

    Thanks AceMan! Thought I was going crazy. Can you give me an example of a simple code that I could use behind a button to make the changes in design view, save them and return the form to normal view? Thurls
  4. Thurls

    Control settings not saving

    Hello all, I have a button on a form that controls if some fields are visible or not. By clicking the button the VB code sets the required fields visible property to False and they fields disapear. However when I exit the form and load it again the fields are back and their visible property...
  5. Thurls

    Filtering by a selected field

    Thanks Willir, Is there a way of refering to the lable I've just double clicked on in the OpenArg without having to write the name of the field? If my form has 40 labels I would like a generic open form code that I can use to open the help form when each label is double clicked. I would rather...
  6. Thurls

    Filtering by a selected field

    Hi All, I have a form with lots of fields and labels, I would like users to be able to double click on the field label to bring up a help box. I have a table that has the fields label_name and help_memo, this information populates a form with the same fields. The form name is help_form I also...
  7. Thurls

    Creating fields from a table

    Hello all, I need a form that displays information from a table that is continually having columns added to it. Is there a way that I can automatically generate a new field in the form each time a column is added to the table? Or is there a way that all the fields in a form can be...
  8. Thurls

    Using DLookUp to populate a form field

    Thanks for your help, much appreciated, It works great. I have lots to learn. Cheers, Cole
  9. Thurls

    Using DLookUp to populate a form field

    Hello all, I'm new to this site so be kind, I use a form to poulate a table in Access 2000, in the form there is a field to input suburb then another to enter the post code for that suburb. I have a another table with all the suburbs and their post codes so I thought I could use DLookUp to...

Part and Inventory Search

Back
Top