On my form at the top, drop down list, select the record and it populates the below fields with that records data. In this form, I have a section where I would like to create a button to clear only those fields. How would I accomplish this, coding/macro??? Obviously I need to a new button to clear these fields, but how would I code that button to clear only the fields I specify? Table/form/Field names are as follows:
{Table: Inventory}
{Form: Update Inventory}
[1234 Requested] = yes/no
[Date 1234 Requested] = date/time
[1234 Received] = yes/no
[First Name] = text
[Reg#] = number
Not all fields will always have data, sometimes only a couple of the fields will be completed. If someone could write the code for this or give me an example of the code so I can tweak it to work for my database it would be much appreciated.
Cheers.