T
The Mad Russian
Hi everyone,
I'm doing some work for a client who runs a hog operation. They get faxed
(yes, faxed, and the bugger won't email me the data) reports from the
processing plant that outlines how many hogs and their weights in each
shipment. So a user has to key in about 200 hogs for each order (and there
are a lot of orders).
Presently they're doing this in Excel, but as we all know, Access is a much
better way to track this sort of stuff. I've written the db to handle it,
and a data entry form for the user, but there's one critical problem that we
have to overcome before I can sell the Access idea to the Excel users.
Generally, you enter the number of hogs and the combined weight for each
small group. Where the problem comes in is they need all of the records to
show 1 hog, 1 weight for that hog. The faxes may show "5 hogs, 1000 lbs.
combined". So the user has to take this one line and type out "1 hog, 200
lbs" five times. Of course, the combined weight is never an easy to divide
number, so the user has been entering "=1000/5" or whatever value, into
Excel, then copying the formula 4 more times.
What I want Access to do is let the user enter "5 hogs, 1000 lbs.", then
have Access enter "1 hog, 200 lbs." on five different records. Obviously we
shouldn't leave it up to the user to divide 5 into 1000 or 12 into 2785 or
whatever the fax has listed.
These quantities and weights are entered into a subform which sits on a main
form that has the shipper information. So there's 2 tables here, one for
shippers and one for hogs. Ideally I'd like to see the five different
records mentioned earlier show up in the query that combines the two forms.
From there the data can be spun out to the SQL program that they're using to
run all the various reports.
Thanks in advance for your help. I hope that I've described the problem
adequately.
Jeff
I'm doing some work for a client who runs a hog operation. They get faxed
(yes, faxed, and the bugger won't email me the data) reports from the
processing plant that outlines how many hogs and their weights in each
shipment. So a user has to key in about 200 hogs for each order (and there
are a lot of orders).
Presently they're doing this in Excel, but as we all know, Access is a much
better way to track this sort of stuff. I've written the db to handle it,
and a data entry form for the user, but there's one critical problem that we
have to overcome before I can sell the Access idea to the Excel users.
Generally, you enter the number of hogs and the combined weight for each
small group. Where the problem comes in is they need all of the records to
show 1 hog, 1 weight for that hog. The faxes may show "5 hogs, 1000 lbs.
combined". So the user has to take this one line and type out "1 hog, 200
lbs" five times. Of course, the combined weight is never an easy to divide
number, so the user has been entering "=1000/5" or whatever value, into
Excel, then copying the formula 4 more times.
What I want Access to do is let the user enter "5 hogs, 1000 lbs.", then
have Access enter "1 hog, 200 lbs." on five different records. Obviously we
shouldn't leave it up to the user to divide 5 into 1000 or 12 into 2785 or
whatever the fax has listed.
These quantities and weights are entered into a subform which sits on a main
form that has the shipper information. So there's 2 tables here, one for
shippers and one for hogs. Ideally I'd like to see the five different
records mentioned earlier show up in the query that combines the two forms.
From there the data can be spun out to the SQL program that they're using to
run all the various reports.
Thanks in advance for your help. I hope that I've described the problem
adequately.
Jeff