Recent content by cbdcolga

  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

    Recordset error

    Any thoughts on how to resolve??
  3. 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: ...
  4. C

    Recordset error

    The Switchboard Manager for this form is set to: Open Form in Add Mode My Data Properties are: Allow Filters: Yes Allow Edits: No Allow Deletions: No Allow Additions: Yes Data Entry: Yes Recordset Type: Dynaset Record Locks: No Locks And the code for the button that moves to a new record is...
  5. 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