Hope I can explain this as clearly as possible......
When I designed a database, the users first specified what fields they wanted and whether they'd be numeric, text, etc. There were five fields made text and one memo field. I thought this odd at first because one of the fields they made text was a Quantity field. Well this worked fine for months. Now they have added three additional quantity fields. When a user enters info into these quantity fields on a form they would like code to make sure the sum of the three fields do not exceed the total quantity originally. This would be simple, however as I stated before, the originaly quantity field is a text field and therefore I cannot perform calculations. I cannot just convert it to a numeric fields because some records have more than numbers in the field and would be deleted. I am stuck here and any suggestions would be greatly appreciated. Thank you.
When I designed a database, the users first specified what fields they wanted and whether they'd be numeric, text, etc. There were five fields made text and one memo field. I thought this odd at first because one of the fields they made text was a Quantity field. Well this worked fine for months. Now they have added three additional quantity fields. When a user enters info into these quantity fields on a form they would like code to make sure the sum of the three fields do not exceed the total quantity originally. This would be simple, however as I stated before, the originaly quantity field is a text field and therefore I cannot perform calculations. I cannot just convert it to a numeric fields because some records have more than numbers in the field and would be deleted. I am stuck here and any suggestions would be greatly appreciated. Thank you.