Search results

  1. F

    strange behaviour of text field

    Hi, In my Access 2010 database there is a form with a large number of checkboxes enabling me to select/deselect certain record details. Each click on one of the checkboxes triggers a VBA routine setting true/false values in one of several tables linked to the main table. A query over all...
  2. F

    Shell command under Win7/64

    Hi, I need to start an (open source) program from Access 10. Unfortunately, this program only opens and runs when "started as administrator" - no problem with the desktop link, where I can add this feature. In Access, however, the standard program call (Shell("...exe",1)) fails. Is there a...
Back
Top Bottom