Search results

  1. T

    Help with changing page size/layout using PrtDevMode

    I have a database with multiple reports that is shared on a network. Many of the reports need to be printed in landscape format on legal paper. I changed all the settings through Page Setup on my machine and everything was working fine, but one of the users came to me with her report printed...
  2. T

    GoToControl question

    I am trying to use the GoToControl method, but it is not working. I have a field in a form named STORE that is being compared to another field in another form named LOCATION. If the data entered into the STORE field does not match the LOCATION, I have a msgbox pop up and I want the control to...
  3. T

    Print Preview Button

    How do I put a print preview button on a form?
  4. T

    shortcut menus

    Is there a macro or code that I can use to turn the Shortcut Menu property of a form to yes (I have it set to No when the form loads).
  5. T

    Hiding restore button

    How do I hide the restore button on a form. I have taken off everything else (min/max buttons, toolbar, etc.) but cannot find a way to get the restore icon off.
  6. T

    Automatically populating a combo box

    I have a combo box that references values from a query that finds unmatched values from 0001 to 9999, preventing the user from from selecting a value more than once. How can I make the combo box default to the next value in the list, so the user does not have to select it?
Top Bottom