View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike Mike is offline
external usenet poster
 
Posts: 3,101
Default Excel Form With Date Time Picker And Command Buttons

Looking For Help
I have Created a mdb that has links to the main mdb. In the mdb that i
created i made some 8 queries. In all queries there is a Field TIME_STAMP

I have created a Form that Opens when ExcelWorkbook Opens. I have 4
DatetimePickers and 8 Command Buttons on this form that run a macro's by a
Data Base Query (mdb).

Everything works but would like to limit the data by date range that I
select in my 4 datetime pickers.

This may not be the correct way of doing this im learning.