KellyBianchi
8 years agoQrew Assistant Captain
Clear a date field when a new drop-down selection is made
Every department has a report to track incoming communication. On the report, I've created buttons to quickly track the communication process. When a new record is appears, the department clicks the 'Received' button which puts a timestamp into a time/date field. I have another button that is called 'Change Dept' so that the communication could be transferred to another department. However, I need the 'Time Received' field to clear so that the record arrives into the new department as if it is a new record. I have the following code to update the department, and need to know what I can add to it to clear the time date field (fid=10) at the same time:
URLRoot() & "db/" & Dbid() & "?a=er&dfid=11&rid="
& ToText([Record ID#])
URLRoot() & "db/" & Dbid() & "?a=er&dfid=11&rid="
& ToText([Record ID#])