I have an access front end used for data processing in a SQL database. It was written (not by me)to use "ResetTblName" to reset a table before importing data. This makes sense, because we need to reset the auto number. I am trying to modify this for daily reporting, so I need to add an "ImportDate" field. I added it to the template, but the default value of Date() does not carry over. What is the easiest way to use vba to set the default value of that field to Date()? Thanks a lot,
Alex
Alex