L
larpup
I need the ability for a user to either accept the calculation into a
texbox, or, enter an number not based on a calculation into the
textbox.
My thinking is,
1. Create a textbox with a calculation
2. Make a checkbox next to it (called Manual Entry)
If the user enters into the textbox he can accept the calculation, If
he clicks on the checkbox, it wil change the recordsource of the
textbox to a field in a table. He can then enter data into it.
The field (or calculated texbox) will be used in many calculation re:
reports. I was thinking that if the calculation is accepted, use the
After_Update event to make the field equal to the textbox.
Is this a viable way for me to resolve my problem.
Lar
texbox, or, enter an number not based on a calculation into the
textbox.
My thinking is,
1. Create a textbox with a calculation
2. Make a checkbox next to it (called Manual Entry)
If the user enters into the textbox he can accept the calculation, If
he clicks on the checkbox, it wil change the recordsource of the
textbox to a field in a table. He can then enter data into it.
The field (or calculated texbox) will be used in many calculation re:
reports. I was thinking that if the calculation is accepted, use the
After_Update event to make the field equal to the textbox.
Is this a viable way for me to resolve my problem.
Lar