Search results

  1. C

    Required Fields

    I'm having problems with the required field option in my table. I have a form that writes to the table and has a validation of the fields built in the code. If the validation is true, then it will allow the record to be saved. However, I've also set those same fields in the table to be a...
  2. C

    List Field in Table

    When you use a Yes/No field in your table and then want to have another field that will allow the user to list if yes... _______________ Example that will be used in my form: Are there any dependencies? Yes/No (they will choose from a drop down, yes or no) If yes, please list dependencies: ...
  3. C

    Recordset error

    I added a command button to a form that will create a new record and keep certain fields from the previously saved record. Whenever I open the form from the database window and enter in a new record, then click the command button to move to a new record it works fine; however, when I access the...
Back
Top Bottom