i have various forms in my database that as I select a project, will fill all the field on the form.
Rather than writing
FieldA= ""
FieldB= ""
FieldC= ""
FieldD= ""
etc etc
everytime I have to clear the form, I thought I would write a function, where I passed in the form name, and then clear...