Forms/Queries

G

Guest

I have developed a absence database at my company where by the absences are
inputted daily into a form. For "fire & safety" reasons we have to print a
copy of the absences, and currently i am doing this by means of a query that
prompts you to enter the date...however, to make this better i would idealy
like to be able to click on a toggle button on the switchboard and the
current days result to come up...does anyone know if this is possible?!!
Thankyou!x
 
G

Guest

You would have to use a query anyway to filter the records.

I think it would just be a case of inserting "=date()" into the criteria for
the date and using a command button to open the query (or a report using the
query as the source).
 
G

Guest

Thank you so much "scubadiver"!!!

scubadiver said:
You would have to use a query anyway to filter the records.

I think it would just be a case of inserting "=date()" into the criteria for
the date and using a command button to open the query (or a report using the
query as the source).
 

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