J
Jo
What vba script should I use to link an unbound field to a bound field in
Form A so it will update Table B on save.
Here is the situation-I have created unbound fields in Form A to get info
from a query and to carry out calculations. However, I want this information
to update a bound field in Form A on an appropriate event (user tab or after
update) so that I can see the results in Form A and refresh my Table B (bound
field) with the calculated data from the bound field.
Could anyone provide me with a sample of the coding required to do this? I
appreciate your assistance.
Form A so it will update Table B on save.
Here is the situation-I have created unbound fields in Form A to get info
from a query and to carry out calculations. However, I want this information
to update a bound field in Form A on an appropriate event (user tab or after
update) so that I can see the results in Form A and refresh my Table B (bound
field) with the calculated data from the bound field.
Could anyone provide me with a sample of the coding required to do this? I
appreciate your assistance.