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 bkrike 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: amarkmac
  • Content: Threads
  • Order by date
  1. amarkmac

    Need to automatically open multiple links simultaneously

    I know this is a little long, but it's an interesting problem (I think), so please bear with me. Statement of Problem/Facts: 1) I am tasked with creating a stand-alone program to assist folks identify reference material. 2) The user will select the references needed and the program will store...
  2. amarkmac

    need method to auto launch multiple links in multiple tabs

    I'm looking for a way to have a single code file cause a browser to simultaneously launch multiple links in new tabs, in the most browser-independent manner possible. Without going into gorey detail, I have created a program (exe) that dynamically generates multiple links (e.g. to reference...
  3. amarkmac

    Programmatically changing application options

    Is there a way to programmatically change setting in the main Options dialog (Tools --> Options...). I specifically need to turn off the checkbox in the Spelling tab titled "Ignore words in UPPERCASE" This is on by default. Thanks.
  4. amarkmac

    Any way to format hanging indents in a report?

    I'm generating a report that will include phrases looked up (from a separate table) based on selections the user has previously made in a master table. It would be ideal if these phrases could be presented as, say, bullet items, or outline items, with a hanging indent, but I'm sure not seeing a...
  5. amarkmac

    Refering to a closed form with code

    I know how to refer to controls and properties of an open form (e.g., Application.Forms![form.name].property ), but how about a form that isn't opened yet? In my access project, I would like to make sure that the ServerFilter property is blank before opening the form--this property is...
  6. amarkmac

    Using VBA to set form Filter Property in an ADP

    I have a simple form displaying a list of records. At the top of the form is a combo box in which the user can type a search string, then click a "find" button. The find button's click event contain code that sets the form's filter property: Me.Filter = "(myFieldName Like '*" &...
  7. amarkmac

    Why is switchboard manager disabled?

    I'm new to ADPs (and this forum), but so far I'm really impressed--don't know why I didn't switch from the ODBC world a long time ago. Anyway, I noticed that in my ADP projects the Switchboard Manager is disabled while in the MDBs it is still available. Any ideas why? Thanks in advance, Mark

Part and Inventory Search

Back
Top