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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Reggaefloww

    Cannot jump to specified type because it is in the specified library,

    The error is occuring on a Microsoft Access database where Microsoft Access is both the front end and back end. The tables in the Microsoft Access front end is being relinked every time the front end is opening. However, the specified library it is referring to is the name of the database...
  2. Reggaefloww

    Locking Form Controls

    I see, lol It looks like I'll have to owe you lunch or something. Thanks very much.
  3. Reggaefloww

    Locking Form Controls

    I currently have the following code: For Each ctl In Me.Controls If ((ctl.Name = "PurchaseOrderNum") Or (ctl.Name = "ID")) Then ctl.Locked = True End If Next ctl For some reason, I'm getting a Microsoft Access runtime 438 error. It occurs at the ctl.Locked...
  4. Reggaefloww

    Hide all subform controls

    Thanks very much MajP
  5. Reggaefloww

    Hide all subform controls

    I actually have the form working exactly the way I want it now, except for one problem. I have my code the exact opposite of how I want it. I want the user to choose the columns they want and show only those columns that have been selected. Right now I'm hiding the columns they selected, and...
  6. Reggaefloww

    Hide all subform controls

    Tried that already :). Not sure why it's not working.
  7. Reggaefloww

    Hide all subform controls

    How would it work for all controls regardless if they're textboxs or not?
  8. Reggaefloww

    Hide all subform controls

    Hi guys, I need help hiding all subform controls when a form opens Thanks
  9. Reggaefloww

    VBA Dynamic Hide/Unhide multiple columns on subform

    I guess I should start a new post lol, since you did solve the original problem.
  10. Reggaefloww

    VBA Dynamic Hide/Unhide multiple columns on subform

    Thanks MajP Each solution solved the problem. It was a great help. How would you hide all the subform columns when you opened the main form? As you'll notice, I also gave you a star:).
  11. Reggaefloww

    VBA Dynamic Hide/Unhide multiple columns on subform

    LOL....never mind. Very helpful. Thanks
  12. Reggaefloww

    VBA Dynamic Hide/Unhide multiple columns on subform

    Thanks MajP for your quick response, but what's blnHide?
  13. Reggaefloww

    VBA Dynamic Hide/Unhide multiple columns on subform

    Opps, this is my first post to this forum. I created the post as a programmer instead of as a technical user:).
  14. Reggaefloww

    VBA Dynamic Hide/Unhide multiple columns on subform

    Hi all I have used Microsoft Access for a few years and I would like to use VBA to hide/unhide several columns on a subform. I'm sure there is a simple answer to it, but I can't seem to find anyone who has spelled it out yet. I would like to use a multiselect list box to hide/unhide fields in...

Part and Inventory Search

Back
Top