Using criteria on a calculated fields

G

Guest

Hello,
I have a query with a calculated field:
Print_Ron_On: [Expected_Out]-[RO_PT_DAYS]
where [Expected_Out] is also a calculated field,
Expected_Out: [LAST_ORDER_DATE]+[Supply_Good_For]
When I use criteria, >Date()
on the field, Print_Ron_On, I am asked for a parameter value for Expected_Out.
How can I apply criteria on this field with entering a parameter?
Thanks,
Glenn
 
G

Guest

How do I use a seperate field for a calculated field?
Expected_Out is a calculated field, Expected_Out:
[LAST_ORDER_DATE]+[Supply_Good_For] Note, Supply_Good _For is also a
calculated field.
Thanks

KARL DEWEY said:
Use a separate field for Expected_Out and apply the criteria there.

mggryder said:
Hello,
I have a query with a calculated field:
Print_Ron_On: [Expected_Out]-[RO_PT_DAYS]
where [Expected_Out] is also a calculated field,
Expected_Out: [LAST_ORDER_DATE]+[Supply_Good_For]
When I use criteria, >Date()
on the field, Print_Ron_On, I am asked for a parameter value for Expected_Out.
How can I apply criteria on this field with entering a parameter?
Thanks,
Glenn
 
G

Guest

I said to apply the criteria to Expected_Out.

mggryder said:
How do I use a seperate field for a calculated field?
Expected_Out is a calculated field, Expected_Out:
[LAST_ORDER_DATE]+[Supply_Good_For] Note, Supply_Good _For is also a
calculated field.
Thanks

KARL DEWEY said:
Use a separate field for Expected_Out and apply the criteria there.

mggryder said:
Hello,
I have a query with a calculated field:
Print_Ron_On: [Expected_Out]-[RO_PT_DAYS]
where [Expected_Out] is also a calculated field,
Expected_Out: [LAST_ORDER_DATE]+[Supply_Good_For]
When I use criteria, >Date()
on the field, Print_Ron_On, I am asked for a parameter value for Expected_Out.
How can I apply criteria on this field with entering a parameter?
Thanks,
Glenn
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top