Search results

  1. R

    Skipping validation in a particular circumstance

    Hi, I have a bound data entry form which has a control for a file name. The control's LostFocus event incorporates a procedure to check that the named file actually exists. If the file doesn't exist, a modal form is popped up giving the user a number of options. In most cases the file name...
  2. R

    Validation Rule Violation Error Trapping

    Hi, If I append data from one table into another using a query, I get the following message: "Test2008...didn't add...15 records due to validation rule violations." Fine, I can work out why this is. The problem is that I want to incorporate the append function into a generic VBA procedure...
  3. R

    selStart and selLength not returning values expected

    I need to determine the insertion point and whether any text is selcted in a bound text box. To do this I propose using selStart and selLength but in some circumstances they're not returning the values expected. As an aid to debugging I have this code in the control's OnExit Event: Private...
Back
Top Bottom