Two related list box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In my Access form, I want to create 2 list box where the first list box
with 3 sections (morning, afternoon, evening) and the second list box is
for the time(7-8am, 8-9am, 9-10am, 10-11am, 11-12pm, 12-1pm,.......).

So, when the user choose "morning" under the sections list box, then
the choices he has to choose from are 7-8, 8-9, 9-10, 10-11am. After
the time is chose, some information related are displayed out in text box.
How this
can be done?

Thanks,
cj
 
In the AfterUpdate of the first box, put code to change the Row Source of
the second box based on whatever was selected in the first box.
 
Sorry, can you or anyone please explain a bit about the coding with examples.
Thankyou.

Have a nice day,
cj
 
Back
Top