Search results

  1. The Stoat

    Form Help

    Any rabbits gratefully accepted :cool:
  2. The Stoat

    Form Help

    The textbox for the notes field will be called something like TxtNotes i guess. So you try this. It should check the name of the ctl as well as the contents. if Ctl.text <> 0 or Ctl.text <> "" and Ctl.Name <> "TxtNotes" then etc... The Stoat
  3. The Stoat

    Form Help

    I'd do this in VBA. Not sure how much you know so i'll start from basics The form has an event called OnCurrent. This is activated every time the user moves from one record to another record. So if you have 10 records and the user moves from record 1 to record 9 -for example- this event is...
Back
Top Bottom