Search results

  1. H

    Validation Problem On TextBox

    Thanks very much :D
  2. 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...
  3. H

    Form Updates Too Quickly

    i'll try that cheers
  4. H

    Form Updates Too Quickly

    thanks, but no difference. It's still updating before the record has been properly updated.
  5. H

    Limit Size Of Text Box

    and what they mean, is if the textbox is linked to a field in a table - change it in the table's design.
  6. 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