DataPicker - dates selected by query?

  • Thread starter Thread starter Gina
  • Start date Start date
G

Gina

Hi.

I am working with access 2k on w2k .... eventhough I like this data picker
thing (SP6)

for now my cboWorkDate displays all dates where a work has been carried out
for a special car.
The form shows all the corresponding details.... fine so far !

for now this is in my cboWorkDate_AfterUpdate event
Me.ActiveXStr60 = Me.cboWorkDate

and it really does show the date in the box and on dropdown the current date
is selected

well .... I don't know much about this data picker thing but wonder if i
could somehow tell it to show all dates which are in that cboWorkDate list
(filled by a query) and show all the relevant details according to a
selection on the data picker instead of the cboWorkDate combobox (that's how
it is done at the moment)

TIA
Gina
 
Back
Top