G
Guest
To all
The following is what I have and then what am trying to accomplish:
I have a form that inputs data into tables called patients.
On this form I require the weight of a patient in kilograms.
Now since we dont use the metric systems much today I have added a button
that takes me to a new form to convert lbs to kgs.
On the 2nd form I have an unbound text field to put lbs in and then I have a
bound field , I dont know if it should be a bound field, that I use to
convert the lbs to kgs.
And then I have a button at the bottom to close the 2nd form.
What I want to have happen is the bound field in hte 2nd form to populate
the weight field on the 1st form.
How do I accomplish that?
Thank you
The following is what I have and then what am trying to accomplish:
I have a form that inputs data into tables called patients.
On this form I require the weight of a patient in kilograms.
Now since we dont use the metric systems much today I have added a button
that takes me to a new form to convert lbs to kgs.
On the 2nd form I have an unbound text field to put lbs in and then I have a
bound field , I dont know if it should be a bound field, that I use to
convert the lbs to kgs.
And then I have a button at the bottom to close the 2nd form.
What I want to have happen is the bound field in hte 2nd form to populate
the weight field on the 1st form.
How do I accomplish that?
Thank you