L
L.A. Lawyer
I want to reference a field within a form's recordsource but which is not on
the form itself. In the past I have been placing invisible fields on the
screen but that has become too clumsy, too time-consuming and too annoying.
I just want to be able to programmatically update the value of those fields
for the record referenced on the form itself.
I assumed that the reference would be something like:
Screen.ActiveForm.RecordSource, etc.
but I can't get it to work.
the form itself. In the past I have been placing invisible fields on the
screen but that has become too clumsy, too time-consuming and too annoying.
I just want to be able to programmatically update the value of those fields
for the record referenced on the form itself.
I assumed that the reference would be something like:
Screen.ActiveForm.RecordSource, etc.
but I can't get it to work.