trudye10
Programmer
- Sep 8, 2006
- 67
Heey guys I'm still struggling with this yyyymmdd date format. The pgm will not recognize it as a date. I coded:
If Not IsDate(rs1![Effective Date]) Then
GoSub write_Exception
GoTo KeepGoing
End If
rs1![Effective Date is yyyymmdd (ie. 20070131). It is writing an exception record for every record in the table. I even tried converting it to mmddyyyy and that didn't work.
Any suggestions??
Thanx,
Trudye
If Not IsDate(rs1![Effective Date]) Then
GoSub write_Exception
GoTo KeepGoing
End If
rs1![Effective Date is yyyymmdd (ie. 20070131). It is writing an exception record for every record in the table. I even tried converting it to mmddyyyy and that didn't work.
Any suggestions??
Thanx,
Trudye