G
golfinray
I am using this code to tell users that there is no record for that school
district:
If Me.RecordsetClone.RecordCount = 0 Then
MsgBox "No records found on that district", vbOKCancel
Cancel = True
That works great but if there is no record for that district the form just
sits there blank after they push ok. How do I return back to the form to
allow them to select a different district? Thanks so much!!!!
district:
If Me.RecordsetClone.RecordCount = 0 Then
MsgBox "No records found on that district", vbOKCancel
Cancel = True
That works great but if there is no record for that district the form just
sits there blank after they push ok. How do I return back to the form to
allow them to select a different district? Thanks so much!!!!