G
Guest
This line of code below that worked fine for 3 years up to last Friday, all
of a sudden started throwing a Windows fatal exception today. The
"tblFunctions" is an link table to a sql 2000 database the field DropDead is
a datetime field that contains the value '2015-06-01 00:00:00.000'. All of
the PC's downloaded the latest Windows updates over the weekend. Has anyone
else experienced this problem or new problems with Access without making any
changes?
ElseIf Not IsNull(DLookup("DropDead", "tblFunctions", "DropDead <=#" &
VBA.Date & "#")) Then
of a sudden started throwing a Windows fatal exception today. The
"tblFunctions" is an link table to a sql 2000 database the field DropDead is
a datetime field that contains the value '2015-06-01 00:00:00.000'. All of
the PC's downloaded the latest Windows updates over the weekend. Has anyone
else experienced this problem or new problems with Access without making any
changes?
ElseIf Not IsNull(DLookup("DropDead", "tblFunctions", "DropDead <=#" &
VBA.Date & "#")) Then