I am trying to reset the Autoincrement field of a particular field. The reason because it gets a count that auto populates in a case number. But when it hits mindnight 12/3
You can also do this:
More details: https://www.youtube.com/watch?v=1kni5kFzlPk Regards.
Try this:
CurrentDb.Execute "ALTER TABLE YourTableNameHere ALTER COLUMN FieldNameHere COUNTER(1,1)"