Two related list box

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
 
D

Douglas J. Steele

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.
 
G

Guest

Sorry, can you or anyone please explain a bit about the coding with examples.
Thankyou.

Have a nice day,
cj
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top