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 Shaun E 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 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...
  3. Reggaefloww

    Hide all subform controls

    Hi guys, I need help hiding all subform controls when a form opens Thanks
  4. 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