P
Patrick Gibbons
Private Sub Form_Open(Cancel As Integer)
ResetDataEntryForm
End Sub
function ResetDataEntryForm() as long
cboSite = ""
cboLocation = ""
txtName = ""
dtIntialEntry.Value = Now()
....
end function
It goes through the comboboxes and the textbox fine, but when it gets to my
dtpicker it just pops back up to my calling subprocedure.
Any ideas?
ResetDataEntryForm
End Sub
function ResetDataEntryForm() as long
cboSite = ""
cboLocation = ""
txtName = ""
dtIntialEntry.Value = Now()
....
end function
It goes through the comboboxes and the textbox fine, but when it gets to my
dtpicker it just pops back up to my calling subprocedure.
Any ideas?