Do not recommend it, but you could theoretically build a table with date field as the Primary Key instead of an autonumber. Set the default value to "now()".
So if you never added records faster than 1 a second you are OK. But this fails as soon as you try an update query, or programmatic recordset manipulation, because records would be added (fail to be added) faster than one a second. But in certain cases it could work.