C
chuckW
Hi,
I want to create a form in which a user can first select a
customer, then a start date and then an end date. The
from will then query a transaction that that has customer
names, transaction dates, products, amounts and revenue.
There is a separate customer table that I can use to
select my customers. What I want to do is to have the
form build a query that selects the customer in my
transaction file and then writes a date between statement
and then return all transactions that fulfill the query.
It would be nice but not totally necessary to have the
Active X calendar objects used to select a start and end
date.
Any ideas on how to do this?
Thanks,
Chuck
I want to create a form in which a user can first select a
customer, then a start date and then an end date. The
from will then query a transaction that that has customer
names, transaction dates, products, amounts and revenue.
There is a separate customer table that I can use to
select my customers. What I want to do is to have the
form build a query that selects the customer in my
transaction file and then writes a date between statement
and then return all transactions that fulfill the query.
It would be nice but not totally necessary to have the
Active X calendar objects used to select a start and end
date.
Any ideas on how to do this?
Thanks,
Chuck