Date

  • Thread starter Thread starter antonov
  • Start date Start date
A

antonov

In my Switchboard I have this text field (called Date) in which I do input a
date. Next to Date I have created a command button that when pushed should
run a query. The query should return any operation done the date I input in
Date. If nothing has been done that day then a message box should appear
with "No operations this date".
I don't know if my request makes any sense... but.... is it possible to
create something like this?

Thanks for your patience
 
Yes.

However, Access treats the word "Date" as a reserved word ... come up with a
different title for this textbox/field.

Next, if you are trying to do this in an Access-generated Switchboard, best
of luck! If you have created your own "Main Menu"/switchboard, it is quite
easy to do by opening the form in design mode and adding the command button
and text field.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Back
Top