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 Rhinorhino 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: *

  • Users: BradMiller
  • Content: Threads
  • Order by date
  1. BradMiller

    code snippet question concerning Page Setup

    Hi Y'all. Quick Question any help as always is much appreciated. Concerning Reports/Forms in Access. please let me know if this is necessary. i want to write a load function that recognizes which setup iis best and changes page set up from landscape to portrait and vice-a-versa depending on...
  2. BradMiller

    listbox multiselect property can it be changed?

    msgbox me.listbox26.multiselect' returns 1 (for "Simple") i want to change this so i try (and get error saying i can't change that property) me.listbox26.multiselect = me.optiongroup3 '2 (for "Extended") I'd like the user to be able to select which multiselect they prefer...
  3. BradMiller

    quick approach question, thanks

    i have a combobox and i want to print a report based on each choice in the combobox. i was thinking i could stuff all the values into an array. is that a bad approach? should i instead open a recordset the combobox is based on and just move through it printing each one. Thanks! Thought I'd...

Part and Inventory Search

Back
Top