Search results

  1. M

    Button goes to reference in combo box

    Hi I have a combo box on a form. I also have a button which when pressed should go to the form of the 'JobReference' in the combo box. My form the combo box and button is on is called 'FRMBrowse' The combobox contains 'JobReference' from a table The button is called 'BTNBrowse' The form...
  2. M

    Question Open Query infront of other tabbed forms

    Hello - I have an Access 2007 application with mutiple forms, etc that my user will interact with. Upon clicking a particular button, I have put the VBA code docmd.openquery "query1" that works fine, however it opens the query on a tab behind all of my forms and I need it to open on top of the...
  3. M

    Question Modal Form Close

    Hi I have a modal form which has a button on it that when I press it opens a query. how do I get this modal form to hide behind the query when it opens? I have managed to do it for a report but I dont know where to add vba codes in for a query. Thanks for any help!
  4. M

    Question Hide a form behind a report

    Hi I have a modal form with a button on it to run a report. When I press the button I want it to show the report and hide the modal form behind it. How do i do this??? Thanks for the help in advance!!
  5. M

    Question Conditional Formatting

    Hi, I have an unbound textbox that I want to apply conditional formatting to. I have a listbox and when certain rows are highlighted in the listbox I want my unbound textbox to turn grey scale. My listbox is sourced from a seperate table. Any help would be greatly appreciated!! Im on...
  6. M

    Question List Box

    Hi On access 2007 I have created a modal form which I want to contain a list of my reports. I want a button to run the report that is highlighted. I also want a button that will run the query of the report that is highlighted. How do I do this? I am new to access and help will be much...
  7. M

    Modal Form Operator

    Hi, I have seen the Sales Reports Dialog Form on Northwind 2007 database and I want to replicate this for my reports on my Recruitment Database. In the modal I would like a list of all my reports where the 'select sales report' is. Underneath that I would like the same filter but for...
Back
Top Bottom