Hi.
I have a function that amongst other things updates the value of a field on another form. The function is launched from a command button on the first form.
The first form is called Planning_Applications
The second form is called Custom_fields.
The field I wish to change on Custom_fields is called chkPre_app
I have tried the following;
Forms![Planning_Applications]![Custom_Fields].Form![chkPre_app].value = True
but it fails because it thinks Custom_fields is a field and not a form.
Can someone advise what i'm doing wrong ? I've tried many variations to no avail.
many thanks
Martin.
I have a function that amongst other things updates the value of a field on another form. The function is launched from a command button on the first form.
The first form is called Planning_Applications
The second form is called Custom_fields.
The field I wish to change on Custom_fields is called chkPre_app
I have tried the following;
Forms![Planning_Applications]![Custom_Fields].Form![chkPre_app].value = True
but it fails because it thinks Custom_fields is a field and not a form.
Can someone advise what i'm doing wrong ? I've tried many variations to no avail.
many thanks
Martin.