Recent content by bjblackmore

  1. B

    Buttom/Combo Box To List Queries in Access Runtime

    Think I have this solved; Set row source to: SELECT [Name] FROM MsysObjects WHERE (([Type] = 5) AND ([Name] Not Like "~*") AND ([Name] Not Like "MSys*")) ORDER BY [Name]; Then set DoubleClick action to: DoCmd.OpenQuery Me.ListBoxName
  2. B

    Buttom/Combo Box To List Queries in Access Runtime

    Hi, I was wondering if someone could help. We currently have an Access 2007 database, which has a number of reports and forms contained with in. Full blown Access 2007 users get a Navigation pane (see attachments) on the left of the 'front screen' where if the expand it, lists a number (30+)...
Back
Top Bottom