Tracking exports

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created a filtered continuous form ready to export to excel to create an
excel file to perform a mail merge.
Now I have these fields called Action (combo from tbl action),
ActionForProject (combo from tbl Projects) and ActionBy (CurrentUser & date
after update action) that need to be filled out automatically on exporting.

Any suggestions on how to autofill these fields with one action ?

Thanks,

Ben
 
You can set the default value of those text box to CurrentUser as
CurrentUser() and date to (). The other option is to write either an append
SQL or call an append query.

Mikey
 
Back
Top