Y
youkr
Hello,
I have cut and paste the same expression from a query to another, however
when i do this it changes the format of the information returned.
In the inital query it returns (Hours:Minutes) perfectly, expression is
"LOS (Hours:Mins)":
(EDMain!EDDischargeDate+EDMain!EDDischargeTime)-(EDMain!EDPresentationDate+EDMain!EDPresentationTime).
When I paste it, it returns a decimal value (which I presume is the way
access formats time), and adds '[]' to the expression i.e.
"LOS (Hours:Mins)":
([EDMain]![EDDischargeDate]+[EDMain]![EDDischargeTime])-([EDMain]![EDPresentationDate]+[EDMain]![EDPresentationTime]).
I have tried removing the '[]' however they automatically return. Any ideas
how I get the expression to work in the same way that it does in the first
query?
Thanks,
I have cut and paste the same expression from a query to another, however
when i do this it changes the format of the information returned.
In the inital query it returns (Hours:Minutes) perfectly, expression is
"LOS (Hours:Mins)":
(EDMain!EDDischargeDate+EDMain!EDDischargeTime)-(EDMain!EDPresentationDate+EDMain!EDPresentationTime).
When I paste it, it returns a decimal value (which I presume is the way
access formats time), and adds '[]' to the expression i.e.
"LOS (Hours:Mins)":
([EDMain]![EDDischargeDate]+[EDMain]![EDDischargeTime])-([EDMain]![EDPresentationDate]+[EDMain]![EDPresentationTime]).
I have tried removing the '[]' however they automatically return. Any ideas
how I get the expression to work in the same way that it does in the first
query?
Thanks,