WorkHardPlayHard
New member
- Local time
- Today, 13:34
- Joined
- Jun 26, 2013
- Messages
- 4
I need a way to add multiple boxes to one truck, as well as I way to split a box into multple trucks.
I can't make it work with subforms because of "the changes you requested to the table were not successful because they would create duplicate.." error.
Currently the subforms show the boxes that belong to each truck, but I cannot add another, and same for trucks to boxes.
I have a many to many relationship with case information and truck information.
frmTruckinfo has a subform with sfrmCaseInfo
and
frmCaseInfo has a subform with sfrmTruckInfo.
The key is to have a way to add boxes to one truck, and a box to multiple trucks. The fashion in which that is done is not important, but I thought I would try subforms.
(Update) I was able to add them boxes to a truck and vice versa, but when I delete them it has an error message "The Microsoft Access database engine cannot find a record in the table <name> with key matching field(s) <name>. (Error 3101)"
Thanks!
I can't make it work with subforms because of "the changes you requested to the table were not successful because they would create duplicate.." error.
Currently the subforms show the boxes that belong to each truck, but I cannot add another, and same for trucks to boxes.
I have a many to many relationship with case information and truck information.
frmTruckinfo has a subform with sfrmCaseInfo
and
frmCaseInfo has a subform with sfrmTruckInfo.
The key is to have a way to add boxes to one truck, and a box to multiple trucks. The fashion in which that is done is not important, but I thought I would try subforms.
(Update) I was able to add them boxes to a truck and vice versa, but when I delete them it has an error message "The Microsoft Access database engine cannot find a record in the table <name> with key matching field(s) <name>. (Error 3101)"
Thanks!
Last edited: