This is exactly the error message I get when trying to run a query in Access 2013 on a Windows 7 Machine (I have run very successfully for many months). All of a sudden it has stopped working and I have no idea why.
I have been through some of the advice already posted about references and unchecking any that contain the word "MISSING" (I only have 4 libraries checked and none contain the word missing).
I have tried adding more references and coming back out to test run - sadly this does not work. I have removed all the reference libraries that I can and re-tried - sadly this does not work either.
The formula I am using is along the lines of >=Date()-(IIf(Weekday(Da te())>=6,Weekda y(Date())-6,Weekday(Date( ))+1))-35 (so that I get a specific rolling range always starting on a Friday). Like I say I have been using these for many months and no issue until yesterday, when it appeared sporadic but today it is affecting everything and other peoples' databases using similar formulae.
Has some update been put through stopping me using this formula?
If I change this to an actual date range it works fine but I have many queries within the database and changing them all on a weekly basis is something i would much rather avoid.
can anyone help?
Please?!?
I have been through some of the advice already posted about references and unchecking any that contain the word "MISSING" (I only have 4 libraries checked and none contain the word missing).
I have tried adding more references and coming back out to test run - sadly this does not work. I have removed all the reference libraries that I can and re-tried - sadly this does not work either.
The formula I am using is along the lines of >=Date()-(IIf(Weekday(Da te())>=6,Weekda y(Date())-6,Weekday(Date( ))+1))-35 (so that I get a specific rolling range always starting on a Friday). Like I say I have been using these for many months and no issue until yesterday, when it appeared sporadic but today it is affecting everything and other peoples' databases using similar formulae.
Has some update been put through stopping me using this formula?
If I change this to an actual date range it works fine but I have many queries within the database and changing them all on a weekly basis is something i would much rather avoid.
can anyone help?
Please?!?
Comment