pull up job due when needs to be done Once/month

G

Guest

I have it down to display all cleaning jobs Due Today ex. Wed. I have a drop
down list where the frequency is selected. Mon,Wed, Fri - Tue, Thu -mon -
and any combinations of days for the week.

However some of the jobs only need to be done once or twice a month. not
sure how to handle pulling up(meeting criteria of the query) when they are
due to be. any ideas???

Thanks,
Barb
 
S

Steve

In your jobs table you need a Frequency field. You also need a Frequency
table. The Frequency table would include Once A Month and Twice A Month. You
can then use a combobox on your jobs form to enter the frequency when
entering a new job or editing a job. On your jobs due form, your combobox
would be based on the Frequency table. You would have a query as the
recordsource of your jobs due form and the frequency field in the query
would have the criteria:
Forms!NameOfJobsDueForm!NameOfCombobox


PC Datasheet
Providing Customers A Resource For Help With Access, Excel And Word
Applications
(e-mail address removed)
 

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