VB Error on date Field

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

I've developed a HR System. I need a way to take a date
out of a date/time field. Example. A person is
terminated and an associated termination date is
supplied. If this person is rehired, I need to clear this
field. The only was I've got this to work is the
following:

On error resume next

.edit
!TermDate=Clear

This does it but it's sloppy and gets a debugginh error.
Any thoughts will be appreciated.
 
Back
Top