Hi all,
I am trying to work out a query for if an item is overdue, but seem to have some strange join errors as I either get not enough results or I get literally thousands too many! (Is this the cartesian product?)
I have attatched a sample db of it and tried to recreate the structure (in the real one I have approx 100,000 records for completed forms)
Query i have tried to do in query builder was
IF [formcomplete] = False (and)
[form number of days to complete] + [date of randomisation] =< now()
Any help or ideas would be much appreciated,
Anna
Using Access 2010
I am trying to work out a query for if an item is overdue, but seem to have some strange join errors as I either get not enough results or I get literally thousands too many! (Is this the cartesian product?)
I have attatched a sample db of it and tried to recreate the structure (in the real one I have approx 100,000 records for completed forms)
Query i have tried to do in query builder was
IF [formcomplete] = False (and)
[form number of days to complete] + [date of randomisation] =< now()
Any help or ideas would be much appreciated,
Anna
Using Access 2010