Chad
It sounds like you already have an AfterUpdate routine that runs for your
combobox. You could either create one that runs (as AfterUpdate) for your
date-picker, or you could, in the date-picker's AfterUpdate event, call the
combobox's AfterUpdate, with something like (your controlnames will vary):
Call Me!YourComboBoxName_AfterUpdate()
Good luck!
Regards
Jeff Boyce
Microsoft Office/Access MVP
> Hello, I have a continious form named frmSuperlog thats control source is
> a
[quoted text clipped - 17 lines]
>
> Thanks!
Chad - 03 Jan 2008 21:18 GMT
Jeff, I think I have this form all messed up. Here is what I want to do. I
want to have a form that has a text box that would hold a date and a cbo box
that you could select a supervisors name from and when eather box is change
then it would change the data in the detail section of my form using a query.
do you know of any examples I could look at that does something similur?
Thanks!

Signature
Newbies need extra loven.........
> Chad
>
[quoted text clipped - 32 lines]
> >
> > Thanks!
Jeff Boyce - 03 Jan 2008 23:35 GMT
Chad
If the "data in the detail section" updates after selecting a new supervisor
in the combobox, that combobox probably has an "AfterUpdate" event that
tells the data source to either requery or refilter.
My suggestion was to add either a similar bit of code to the AfterUpdate of
your text box (date picker) or to add a Call statement to (re-)run the cbo's
AfterUpdate event.
What happens when you try those?
Regards
Jeff Boyce
Microsoft Office/Access MVP
> Jeff, I think I have this form all messed up. Here is what I want to do. I
> want to have a form that has a text box that would hold a date and a cbo
[quoted text clipped - 50 lines]
>> >
>> > Thanks!
Chad - 04 Jan 2008 01:01 GMT
nothing happens! I have this same question posted in another form with an
attachment of the form and its query. Mabe you can look at it? I just want it
to run the query every tim eather the text box or the cbo box is changed and
its semi working that way but I think im doing it wriong... Thanks!
(Link Below)
http://www.access-programmers.co.uk/forums/showthread.php?t=141201
Jeff Boyce - 04 Jan 2008 20:12 GMT
Post the code you are using in the text box's AfterUpdate event.
Regards
Jeff Boyce
Microsoft Office/Access MVP
> nothing happens! I have this same question posted in another form with an
> attachment of the form and its query. Mabe you can look at it? I just want
[quoted text clipped - 5 lines]
> (Link Below)
> http://www.access-programmers.co.uk/forums/showthread.php?t=141201
Chad - 05 Jan 2008 03:35 GMT
Jeff, Access World Forums resolved it. It works with adding a requery to the
date pickers "Ok" button. Thats whats bad is I cant show nobody my issues in
this forum and sometimes its hard to understand what someone is talking about
because you dont see it. I always get a fast answer from this forum and
appreciate everyones responces to my questions the help is greatly
appreciated! Thanks!

Signature
Newbies need extra loven.........
> Post the code you are using in the text box's AfterUpdate event.
>
[quoted text clipped - 12 lines]
> > (Link Below)
> > http://www.access-programmers.co.uk/forums/showthread.php?t=141201