Search results

  1. D

    Error in exporting report to Excel

    I'm trying to export a report to Excel, but am getting the following error: "Contract Listing 2 can’t retrieve the value of this property. The property isn’t available from the view in which you’re running the macro or Visual Basic code, or Contract Listing 2 encountered an error while...
  2. D

    Help! Form Minimizing Itself

    I have a problem that I've been trying to fix but can't figure out at all. I have a main switchboard form with six buttons that open six other forms. Each of these forms has a button that takes the user back to the main form. Everything usually works great, i.e. I can get the individual...
  3. D

    Maximize Access Window with VB code

    I have an AutoExed macro that minimizes Access on startup so that my switchboard form stands alone. However, off of another form a user can select a report to print, but the report opens up in the access window, which is still minimized. Anyone know the VB code to maximize the access window...
  4. D

    report problem in modal form

    In order to only display forms, I have hidden the access database by creating a shortcut and then setting the shortcut's property to minimize. All of my forms are popup and modal. However, I have one form that allows the user to select a report from a dropdown box and hit a button that...
  5. D

    Email link error in form

    I have some email fields set up in a form so that the user can click on an address and have it automatically open up outlook and fill in the "To:" field. Everything works fine, except if you decide not to sent the message and close outlook, I get the following visual basic error: Run-time...
  6. D

    Validation rule

    I need some help with a validation rule. I have a field with ID numbers, and don't want users to be able to put dashes in the numbers. (I have my report set up to automatically put the dashes in the right places) I've tried using ="aaaaa", but of course this restricts the amount of...
Back
Top Bottom