Hi,
I am trying to creat a combo box that drives from is previously selected in the combo box before. Sorta new to this, what do I need to do here? The first combo box is the "Category." The second Combo box is the "Topic" I have a table called "Table- Event Topics" The first column Is the first combo box I would like selected which is the category. The second column is the topic column, and the third column is an auto number primary key. I know to use the event builder in the form I am creating. I have the first combo box querying from the table for the category. I would like the list of topics in the second combo box limited to those topics which fall under that category in the above listed table. I can't seem to get the langauge right in the event builder for the second box. Help!!!!!!!!