I am new to this stuff, so any ideas are greatly appreciated!
I don't want to de-normalize my one to many relationships in the access
database If I don't have to. I am just having trouble putting it
together on an access form.
Right now I have a listbox form inside a subform inside another subform
inside of a main form which is not working.
I have one main form
frmEquip
------------
EquipID (number - PK)
EquipCategoryID (Number)
Problem (text)
On the form a user can have multiple categories of equipment and
multiple owners of the equipment
tblEquipCategory (have a form with a listbox referencing
---------------- luEquipCategoryRef to insert in frmEquip)
EquipID (Number)- link to tblEquipment
EquipCategoryID (Number)- link to luEquipmentCategoryRef
luEquipCategoryRef
----------------------
EquipCategoryID (Number PK)
Category (text)
If in the main form for frmEquipment I have a listbox for the question
the category of equipment (subform) and set it up for them to choose
more than one (i.e. Equip, supplies, property), then in the form when I
test it I get a message saying "You cannot add or change a record
because a related record is required in tblEquipment".
I'm not sure what I am missing. Any suggestions?
*** Sent via Developersdex
http://www.developersdex.com ***