G
Guest
Hi Everybody.
It seems I end here about every other day lately.
This is kind of wordy, so read on only if you like a challenge. The SUM is
not in agreement when the information shows up between the Form,
Table, Query and Report.
I've created a table where material is stored from data, entered by users
into a
form. Based on two sample entries I made today, broken out in each document,
perhaps it may help identify where I'm going wrong. I've listed the info as
dummy entry1 / dummy entry2 (hopefully) to give someone the "big picture.
Form –
1. # of Pieces Scrapped 2 / 2
2. Length of Each Piece 32 / 12
3. Total Length in Inches 64 / 24
Calculated thru expression:= [# of Pieces Scrapped]*[Length of Each
Piece]
4. Total Foot Length 5.333 / 2
Calculated thru expression: =[Total Length in Inches]/(12)
5. Cost Per Foot 3.25 / 1.00
6. Total Material Cost 17.33 / 2.00
Calculated through expression) =[Total Foot Length]*[CostPerFoot]
All fields work perfectly on the form.
Table –
1. # of Pieces Scrapped 2 / 2
2. Length of Each Piece 32 / 12
3. Total Length in Inches 0 / 24
4. Total Foot Length 0 / 24
5. Cost Per Foot 3.25 / 1.00
6. Total Material Cost $0.00 / $4.32
Query -
1. # of Pieces Scrapped 2 / 2
2. Length of Each Piece (not used in query)
3. Total Length in Inches (not used in query)
4. Total Foot Length 0 / 24
5. Cost Per Foot (not used in query)
6. Total Material Cost $0.00 / $4.32
Report -
1. # of Pieces Scrapped 2 / 2
2. Length of Each Piece (not used on report)
3. Total Length in Inches (not used on report)
4. Total Foot Length 0 / 2400
5. Cost Per Foot (not used on report)
6. Total Material Cost $0.00 / $4.32
I have gone thru everything to ensure “numbers†or “currency†fields were
selected
where needed.
I'm way-overdue for a vacation, so my brain seems to be missing some of the
most basic things in databasing.
If anyone can tell me what I'm doing wrong, I would greatly appreciate it.
Thanks,
Karen
It seems I end here about every other day lately.
This is kind of wordy, so read on only if you like a challenge. The SUM is
not in agreement when the information shows up between the Form,
Table, Query and Report.
I've created a table where material is stored from data, entered by users
into a
form. Based on two sample entries I made today, broken out in each document,
perhaps it may help identify where I'm going wrong. I've listed the info as
dummy entry1 / dummy entry2 (hopefully) to give someone the "big picture.
Form –
1. # of Pieces Scrapped 2 / 2
2. Length of Each Piece 32 / 12
3. Total Length in Inches 64 / 24
Calculated thru expression:= [# of Pieces Scrapped]*[Length of Each
Piece]
4. Total Foot Length 5.333 / 2
Calculated thru expression: =[Total Length in Inches]/(12)
5. Cost Per Foot 3.25 / 1.00
6. Total Material Cost 17.33 / 2.00
Calculated through expression) =[Total Foot Length]*[CostPerFoot]
All fields work perfectly on the form.
Table –
1. # of Pieces Scrapped 2 / 2
2. Length of Each Piece 32 / 12
3. Total Length in Inches 0 / 24
4. Total Foot Length 0 / 24
5. Cost Per Foot 3.25 / 1.00
6. Total Material Cost $0.00 / $4.32
Query -
1. # of Pieces Scrapped 2 / 2
2. Length of Each Piece (not used in query)
3. Total Length in Inches (not used in query)
4. Total Foot Length 0 / 24
5. Cost Per Foot (not used in query)
6. Total Material Cost $0.00 / $4.32
Report -
1. # of Pieces Scrapped 2 / 2
2. Length of Each Piece (not used on report)
3. Total Length in Inches (not used on report)
4. Total Foot Length 0 / 2400
5. Cost Per Foot (not used on report)
6. Total Material Cost $0.00 / $4.32
I have gone thru everything to ensure “numbers†or “currency†fields were
selected
where needed.
I'm way-overdue for a vacation, so my brain seems to be missing some of the
most basic things in databasing.
If anyone can tell me what I'm doing wrong, I would greatly appreciate it.
Thanks,
Karen