Search results

  1. M

    Compile Error

    Could any one point me in the right direction with this problem. When I tried to make an MDE file from my database I got the following message “compile error in hidden module: Form_Order_Entry. When I go to my form in design view and click on the compile icon, the following errom comes back...
  2. M

    Message Box Cancel/Retry

    I have a query named UPDATE INVOICE one of the fields is [PLATE NUMBER] I use the following in the criteria for that field, Like [Enter Plate Number]. When I run the query I am prompted to enter a plate number. I have created a form that is also called UPDATE INVOICE, and use this query as the...
  3. M

    Open Form to Selected Record

    I have a form named BO Parts, it gets info from a query named "Receive BO Parts". When I open the form it opens to a new record with the cursor blinking in a field named [Pick Tkt Number]this is a text field. What I'm trying to do is when I type in a Pick Tkt Number, if I allready have a record...
  4. M

    Correct Code for Field Value

    I found the following code in a previous Access Forum question. How to make the value of a field carry over to the same field when you go to a new record and repeat for each new record untill the the user inputs a new value. (Pick Tkt Number is the name of my field). When I try to compile the...
Back
Top Bottom