lakshmi_pili
Registered User.
- Local time
- Today, 21:30
- Joined
- May 9, 2001
- Messages
- 10
Hi,
I have this form which contains a table with fields that they can enter in ounces, another field for pounds, and another for kilograms. I also have another field which is calles convt_grams.
What I would like to do is allow the user to enter in ounces, lbs, or Kg, and the database to automatically convert to grams, and add it to that conv_grams field.
I have tried doing it in the query (I created one), and then tried the form by building an event, but have not been successful. This is an example of what I am doing on the form: =[Weight in Lbs]*453.592
Can anybody tell me what I am doing wrong?
Thanks you so much!!!
I have this form which contains a table with fields that they can enter in ounces, another field for pounds, and another for kilograms. I also have another field which is calles convt_grams.
What I would like to do is allow the user to enter in ounces, lbs, or Kg, and the database to automatically convert to grams, and add it to that conv_grams field.
I have tried doing it in the query (I created one), and then tried the form by building an event, but have not been successful. This is an example of what I am doing on the form: =[Weight in Lbs]*453.592
Can anybody tell me what I am doing wrong?
Thanks you so much!!!