Simple Query

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
paddo2002
Posts: 83
Joined: Mon Dec 03, 2007 8:49 pm

Simple Query

Post by paddo2002 »

Hello again all,
I was wondering if anyone knows how to make a simple query that lets you query a date range for example allows you to enter the start and end dates for all Invoice.Date in a that range?

Cheers
PM
christopherb
Posts: 304
Joined: Fri Jun 22, 2007 8:26 pm

Post by christopherb »

P,
You can do something like this.....

FIND Invoice WHERE Invoice.Date>=?Start Date AND Invoice.Date<=?End Date



Good luck,
Christopher
paddo2002
Posts: 83
Joined: Mon Dec 03, 2007 8:49 pm

Post by paddo2002 »

Hi Christopher,
Thanks for the help, but is this a rule? in which case you have to define start date and end date?

What I need is the user to be presented with a form where they can define the start and end date and all the invoices will then be displayed.

Thanks for the help though

Cheers
Patrick
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Post by tford »

Patrick,

Have you tried putting Christoper's Find.... in a process?

Tom
paddo2002
Posts: 83
Joined: Mon Dec 03, 2007 8:49 pm

Post by paddo2002 »

OOPS

I will give that a try.
Thanks for the help
Post Reply