Question : Make parameters in MS Access report optinal

Let say you have db "DB"
your table name is "Table1"
you have fol. fields:
#, status, date, count
select * from Table1 --will give you all records
select * from table1 where status=[enter status]--- will give you the records with particular status
how to run a query with parameter but if i do not select parameteres it should run all

Answer : Make parameters in MS Access report optinal

ah, this is a pb. because summaries are broken per week on display, but not stored as such. so you can't sum them up.
I am afraid you need an extra field to store the week summary value. but your actual data structure is not suited... an extra intermediate table maybe required to store the week time + overtime by employee.
Random Solutions  
 
programming4us programming4us