B
bigbear
I have a simple payroll database. There is a query which SELECTS and
SUMS several fields (eg tax and salary) to shows their total values
since the beginning of the year. This operates from a table hic stores
the details fo each fortnighthtly pay for each person. The query works
fine and has a WHERE clause which reads
WHERE paydate > "#1/01/2008#".
When I run the query no parameter is requested but when I attach it to
a form and then run the form it always asks for the paydate parameter.
If I type in 1/01/2008 the form is fine.
How can I make the form run with the value stored in the query?
Thanks in advance.
SUMS several fields (eg tax and salary) to shows their total values
since the beginning of the year. This operates from a table hic stores
the details fo each fortnighthtly pay for each person. The query works
fine and has a WHERE clause which reads
WHERE paydate > "#1/01/2008#".
When I run the query no parameter is requested but when I attach it to
a form and then run the form it always asks for the paydate parameter.
If I type in 1/01/2008 the form is fine.
How can I make the form run with the value stored in the query?
Thanks in advance.