Search results

  1. K

    Best recommendation for permissions-management in Access 2007

    I have a small Access 2007 .accdb file for which I would like to manage permissions. I'm less worried about security as I am about data-integrity. The database is located on a shared network, the access to which is managed by the campus IT. But some staff need more access to the data than...
  2. K

    Date Time Picker control crashes Access

    I just implemented a Microsoft Date Time Picker control (from SP2) in an Access 2007 form. It works fine until I try to add it to the other anchored controls. Then, when I try to view the form, Access crashes with a Microsoft Error, the exception code being 0xc00000fd, which I believe is a...
  3. K

    First button not highlighted on mouseover

    I have a custom switchboard using forms that have simple application buttons to open other forms or reports. The only event for each button is a macro that opens the report or form, such as: Close(,,Yes) OpenForm(Demographics,Form,,,Normal) The problem is with the first button. The tab...
Back
Top Bottom