I have a form which has Text, Check and Combo Boxes which are connected to corresponding fields in a table.
I am trying to code a 'Clear' fields button to clear/delete contents of these boxes on the form (not table) if the user feels that the data entered was wrong or wanted to start over.
I tried Me.[boxName]="" but I keep getting errors.
Is there another way to do this?
Thanks,
Mark.