Tramp
New member
- Local time
- Today, 15:33
- Joined
- Oct 5, 2004
- Messages
- 5
Ok...... I got my tables setup as dicussed in here .
Relationships seem to be fine and dandy. But no matter what methods i try, i can not figure out how to make a form for data input that works. At times i think "I got it", but then Aceess complains about one field or other not being able to update.
Can someone point me in the right direction?
I have:
tblItemID ItemID (pk)
tblPartID PartID (pk)
tblBOM [bill of matreials]
ItemID (pk1)
PartID (pk2)
Quantity
What i would like to do is have a form that would allow entry something like this:
Enter Item# *********
Enter Part# *********
Enter Qty per Item ********
I was close at one point. I was using a form with a subform, and it "seemed" to be working. However only for the first entry. I entered Item# and Part# and both values showed in tblBOM as did the Qty. However, when i went to enter additional Part#'s per Item, the existing values were overwritten as opposed to being "added" to the table.
Relationships seem to be fine and dandy. But no matter what methods i try, i can not figure out how to make a form for data input that works. At times i think "I got it", but then Aceess complains about one field or other not being able to update.
Can someone point me in the right direction?
I have:
tblItemID ItemID (pk)
tblPartID PartID (pk)
tblBOM [bill of matreials]
ItemID (pk1)
PartID (pk2)
Quantity
What i would like to do is have a form that would allow entry something like this:
Enter Item# *********
Enter Part# *********
Enter Qty per Item ********
I was close at one point. I was using a form with a subform, and it "seemed" to be working. However only for the first entry. I entered Item# and Part# and both values showed in tblBOM as did the Qty. However, when i went to enter additional Part#'s per Item, the existing values were overwritten as opposed to being "added" to the table.