Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Filtering a form based on a popu

Status
Not open for further replies.

lisagippe

Technical User
Jan 25, 2006
36
US
I have a form based on a table that holds employees hours. The form displays their Name, Date, Hours and a 'Comments' section. I need the user to be able to pick a date in a popup calendar and then only show records with the matching date. The only thing I can't seem to figure out is how to make the form only display those records with the matching date. Thanks!
 
A filter seems like the best bet.
Me.Filter="DateField=#4/24/2006#"
Me.FilterOn=True
I hope I have that right.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top