Fatal exceptions thrown after latest windows patches ?!?!

  • Thread starter Thread starter Guest
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top