J
Joan
I would like to set the value of a record's field that is in a different
record source than that of the form I'd like to do it from. So I was going
to put code behind a click event of the current form that would set a field
in a different form to an empty string, "". The form with the click event
is called CreditMemo. The different form is called SalesScreen and the
field that I want to set to an empty string is [Store]. How do I write code
to do this for the click event of the first form? SalesScreen is not open.
Joan
record source than that of the form I'd like to do it from. So I was going
to put code behind a click event of the current form that would set a field
in a different form to an empty string, "". The form with the click event
is called CreditMemo. The different form is called SalesScreen and the
field that I want to set to an empty string is [Store]. How do I write code
to do this for the click event of the first form? SalesScreen is not open.
Joan