Quick question

B

Ben

Hi,

I have a (hopefully) quick question for the experienced...

I have a table of categories. On my form I want certain category values to
bring up a list box of sub-categories, or if there is no corresponding table
of sub-categories to allow text to be entered - but not either/or.

What's the best way to set this up??

regards,

Ben Yamin
 
J

Jeff Boyce

Ben

How will you (or Access) know which categories are supposed to bring up
sub-cats?

An alternate approach is to use a series of combo boxes -- the selection in
the first is used as a criterion in the source of the second. Add code to
the AfterUpdate event of the first to requery the second (whether it's a
listbox or another combo box).

Not sure I understand how you can do one or the other, but NOT do
"either/or"?

Also not clear how a "forms" question relates to the tablesdbdesign
newsgroup?

Good luck

Jeff Boyce
<Access MVP
 

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