Search results

  1. H

    Validation Problem On TextBox

    The textbox isn't linked to a field, so I've entered a validation rule in it's properties which is - Len('txtDescription')<=5 Just to test it...I actually want it to limit to 100 characters but just making sure it works - which it doesn't. If I entered less than 5, 5 or more than 5 characters...
  2. H

    Form Updates Too Quickly

    I have a main form that displays all the information and lists all the ordered items. Clicking a button on the form opens a new form where a new item can be added. This works fine, but when Add Item is clicked on the second form the record is added and the form is then closed. But I also send a...
Back
Top Bottom