Search results

  1. W

    How to blank a txtbox

    I've got a txt that REQUIRES something to be in it, but everytime someone edits a record i want the txtbox to blank out so they have to re-input the data. i tried putting in: Me.txtbox = "" but I get an error that says Field.txtbox. cannot be zero length string. However, if I enable...
  2. W

    Some Text Box help..

    In my current form I have two boxes that require data to be entered. One is the user's ID number and the other is the date. The date box is currently setup so that when a new record is created is automatically puts in today's date. I would like to get it so that on modification of the current...
Top Bottom