Hallo all,
I would appreciate some help with a form I am using which is based on a query (qryUnpaidAccountJobs) designed to extract from the table
tblHirejobs those records,
1. Whose status is "Unpaid "
2. Whose payment type is "Account"
3. Whose "ageddate" is greater than the number which the user is asked to input before the Form opens (i.e. an Expression [Please enter Number of Days Overdue]) and is calculated by (AgeingInput: Date()-ageddate])
and on the Criteria line is ">[Please Enter Number of Days Overdue])
The 'Trouble' is that even though I have some jobs that fit the criteria (i.e. their 'ageddate' is 145 days) if I enter any number greater than 1 They do not show up, and if I enter 0, they all show up.
I feel it must be something to do with type of Format,
But cannot for the life of me figure it out.
The fields I would be checking would be yyyy/mm/dd
and the System short date is set the same as I use a Text based organiser that needs it that way for sorting.
Any help would be appreciated.
Thank you.
James33
I would appreciate some help with a form I am using which is based on a query (qryUnpaidAccountJobs) designed to extract from the table
tblHirejobs those records,
1. Whose status is "Unpaid "
2. Whose payment type is "Account"
3. Whose "ageddate" is greater than the number which the user is asked to input before the Form opens (i.e. an Expression [Please enter Number of Days Overdue]) and is calculated by (AgeingInput: Date()-ageddate])
and on the Criteria line is ">[Please Enter Number of Days Overdue])
The 'Trouble' is that even though I have some jobs that fit the criteria (i.e. their 'ageddate' is 145 days) if I enter any number greater than 1 They do not show up, and if I enter 0, they all show up.
I feel it must be something to do with type of Format,
But cannot for the life of me figure it out.
The fields I would be checking would be yyyy/mm/dd
and the System short date is set the same as I use a Text based organiser that needs it that way for sorting.
Any help would be appreciated.
Thank you.
James33