Search results

  1. I

    Object Required Error

    Well I solved the last one but now Im stumped again. The following code is in my functions module I am creating to check the data in the form is correct before inserting the new record. Public Function CheckPhone(strCheckPhone As String) If Len(strCheckPhone) <> 7 Then MsgBox ("The...
  2. I

    Close form without saving record?

    Im very new so this could be a dumb question but here goes. I have a form which adds records to a database of donors. On the form i have a close form button with the code that follows - DoCmd.Close acForm, "Add Donor Form", acSaveNo whenever the close button is pressed it saves the record to...
Back
Top Bottom