Search results

  1. D

    Fields can't be hidden by cover in newest Access version

    I have a program designed with Access 2007 and also used with Access 2004. I just installed the latest version of Access and get a puzzling problem. I have a form with sub forms. Two of the sub forms have a colored rectangle hiding fields and buttons until after select criteria. (After...
  2. D

    Stop having to authorize program every time use it.

    We have 3 computers using Access 2003 linked to tables in a base computer. When a version is modified somewhere else and we install the replacement in our computers, we always have to click a little circle to allow the program to function. We only have to do it the first time we use the...
  3. D

    Close a sub form of a sub form after double click a value

    I have a sub form that is a sub form of another sub form. After I double click a value on the sub of the sub, I want the sub-sub to close. (The value gets transmitted to the master sub form). I followed some instructions on the web, but it didn't work. Any help much appreciated.
  4. D

    Solved Get count of field when source includes an apostrophe

    When enter a last name in a form, it generates a count of the last name in the source table. The count is used to display a list of same names if count >1. It works fine except if a name has an apostrophe (like O'Briant) Here is the code that works fine with no apostrophe included. LN is...
  5. D

    Excel open-close from Access

    With Access 2003(and 2007), I send data to an excel file. The excel file does some calcs and sends results back to Access. In order to get excel to export the results, the excel file must be opened and closed after receiving data from Access. My code works fine in A 2003 and 2007, but the...
Back
Top Bottom