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...
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...
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.
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...
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...
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 '*" &...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.