Hi
I am just wondering if anyone knows:
If I want to change a field on the current form I start the code with Me. However is it possible to change every record for that field in the table so I assume it might be instead of
me.[fieldname] = ??? it would be
[tablecode].[tablename].fieldname]= ???
Thanks
I am just wondering if anyone knows:
If I want to change a field on the current form I start the code with Me. However is it possible to change every record for that field in the table so I assume it might be instead of
me.[fieldname] = ??? it would be
[tablecode].[tablename].fieldname]= ???
Thanks
Last edited: