B
babs
I have a field called grosswt(it is in tons). Currently it is a field that
the user puts into a Form based off of a query.(which obviously is based off
a table). I have about 7 different reports all based off of different
queries but the same table.
On an INPUT form- I need to modify the gross weight field that if we are
given lbs then take the pound amount and divide it by 2000 to get the
grosswt(in tons). I really do not want to change the grosswt field at all
since there are so many reports and queries that use this field. I would
have to modify 6-8 queries and hope I get them all. Is there anyway I can
handle is pound(lb) situation and leave the grosswt. field in tact.
Thought of If then where if pound field is 0 grossweight = grossweight
If pound field not null than grosswt=lb/2000
If I do this then I will have to change all the queries
Thanks,
Barb
the user puts into a Form based off of a query.(which obviously is based off
a table). I have about 7 different reports all based off of different
queries but the same table.
On an INPUT form- I need to modify the gross weight field that if we are
given lbs then take the pound amount and divide it by 2000 to get the
grosswt(in tons). I really do not want to change the grosswt field at all
since there are so many reports and queries that use this field. I would
have to modify 6-8 queries and hope I get them all. Is there anyway I can
handle is pound(lb) situation and leave the grosswt. field in tact.
Thought of If then where if pound field is 0 grossweight = grossweight
If pound field not null than grosswt=lb/2000
If I do this then I will have to change all the queries
Thanks,
Barb