user interface - comboboxes and bounding them

M

Mani

I can send you the file if you woud like to look at it.

I would like to create a form that would allow the user to enter the
specializations of members by using 5 combo boxes for 5 specializations. The
thing is that the database is set up as many members to many specializations.

The many to many relation has made me create 3 tables


Member table

MembID pk - currently 200 records
Address etc
UniversityID


Memberspec table

MembID fk - currently 1000 records
SpecID fk
Series eg (1,2,3,4&5) - 1 most favoured spec and 5 least


Spec table

SpecID pk - 20 records spec ID - 0 means no data or no choice
Description of spec eg (Accounting, Information systems etc)

I would like my form to be able to edit specialization details of members
via combo boxes, displaying the text(description).

The user should also be able to choose the specializations when adding a new
record to the members table.

I am new to access so please give advice which is easy to understand and
carry out.

Thanks.
 

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