L
Liam.M
Hey guys,
I have in my database a "Calendar2" where the user selects date
x...this date is then automatically displayed into a Field title "Date
of Issue", I have then set-up another text field titled "Due Date",
which, based on a calculation, works out the due date for the user,
this code, is as follows:
=DateAdd("yyyy", 1, [DateOfIssue])
(this code for the calculation is placed under the fields "control
source")
MY ISSUE IS THIS.....I have a Query set up, which is an EXTREMELY
important aspect of my project/ database...and I have both fields in
there (Date of Issue and also Due Date), now for some reason the query
will not display the "Due Date", it is just blank...I am assuming for
some reason this is because this field is based on a Calculation and
therefore for some reason doesnt think there is any value within the
field...yet...it displays Date of Issue...and this value is passed from
another application "Calandar2", so I really cant see how code or a
calculation could be interfering with this process....HELP...I am
completely lost, and this needs to be fixed???????? it is extremely
important that this "Due Date" value can be returned via a Query!!!!!
I have in my database a "Calendar2" where the user selects date
x...this date is then automatically displayed into a Field title "Date
of Issue", I have then set-up another text field titled "Due Date",
which, based on a calculation, works out the due date for the user,
this code, is as follows:
=DateAdd("yyyy", 1, [DateOfIssue])
(this code for the calculation is placed under the fields "control
source")
MY ISSUE IS THIS.....I have a Query set up, which is an EXTREMELY
important aspect of my project/ database...and I have both fields in
there (Date of Issue and also Due Date), now for some reason the query
will not display the "Due Date", it is just blank...I am assuming for
some reason this is because this field is based on a Calculation and
therefore for some reason doesnt think there is any value within the
field...yet...it displays Date of Issue...and this value is passed from
another application "Calandar2", so I really cant see how code or a
calculation could be interfering with this process....HELP...I am
completely lost, and this needs to be fixed???????? it is extremely
important that this "Due Date" value can be returned via a Query!!!!!