Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Question about Checkbox group

Status
Not open for further replies.

RickBerem

Programmer
Jan 18, 2001
156
CA
Hello,
I was wandering if it was possible for a checkbox group to return more than one object checked.

for example, My table relates to pieces of equipment used on different production lines... And some of these equipments are used on 2 lines or more. What I would like is that when the user is navigating through the equipments the checkbox group automaticly shows all the lines where this equipment is used and saves the modifications.

in my database the table LINES and the Table EQUIPMENT are linked with another table EQUIPMENT_BY_LINES

as shown here

LINES EQUIPMENT_BY_LINES EQUIPMENT
PK_NoLine ------> NoLine
NoEquipment <- PK_Equi

My checkbox group is linked with EQUIPMENT_BY_LINES

If this makes any sense to you your help would be appreciated...

Thanks

RickBerem
 
Rick,

This is a little confusing. I think you need to provide a little more information. Would not a main form with a subform to implement the 1->>Many relationship provide the information in the correct format?

Are the checkboxes bound to what? NoLine and NoEquipment appear to be numerics which would not be appropriate for a checkbox.

Steve King
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top