Hi
This is my first post and I'm pretty sure that there is a straightforward answer .... but I can't find it on Google or anywhere else !
I have a table that has Julian Dates (ie Integer number of days since 01/01/1900). The system it relates to posts transactions as the current day minus 1 -
don't ask me why
So users need to be able to query a column (ldg_posting_date which is the Julian Date value) as a single date minus 1 day - except that this will not work in a query directly on the column. Access tells me the query is too complex. I can set up a separate column and input a date in the format dd/mm/yyyy using CDate (I've also tried (CDbl)) but again using this in the criteria for ldg_posting_date results in the same error.
This must have been encountered at some point since Access first landed, so could anyone give me pointer please ?
I've attached some screenshots that give a bit of context, I hope.
This is my first post and I'm pretty sure that there is a straightforward answer .... but I can't find it on Google or anywhere else !
I have a table that has Julian Dates (ie Integer number of days since 01/01/1900). The system it relates to posts transactions as the current day minus 1 -
don't ask me why

So users need to be able to query a column (ldg_posting_date which is the Julian Date value) as a single date minus 1 day - except that this will not work in a query directly on the column. Access tells me the query is too complex. I can set up a separate column and input a date in the format dd/mm/yyyy using CDate (I've also tried (CDbl)) but again using this in the criteria for ldg_posting_date results in the same error.
This must have been encountered at some point since Access first landed, so could anyone give me pointer please ?
I've attached some screenshots that give a bit of context, I hope.