Multiple Combo Boxes Bound to Same Table Name

J

Josef

Hi,

I have students that need to enrol in multiple units.

One form needs to input 9 instances of Unit.

I have used a combo box and bound it to the table tblUnit


Unit Unit Description
--------------------------------------------

Unit1 Unit1_Description
Unit2 Unit2_Description
Unit3 Unit3_Description
Unit4 Unit4_Description

When i select Unit1 and get data, Unit2 etc changes its data.

How can i point to a table tblUnit and get individual results for each
unit?

many thx.
 

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