I want to update all Field4's in my datasheet Form1 to the value d-clicked
in the Field4 Double click event (if a value exists).
What am I doing wrong ?
in the Field4 Double click event (if a value exists).
Code:
Update Form_Form1.Field4 = Me!Field4 Where Form_Form1.Field4 is null