I have an access 365 application with an SQL server backend.
My quotes form is tied to a QUOTES table and the quotenumber field is the sql upsize equlivalent of an auto number field.
Something has happens to the database such that adding a new record to the quotes table docmd.gotorec ,,acRecNew no longer populates the quote field with a new quote number (it used to work)
When I go to the table itself and add a new record the quote field populates as expected
I have done a c&r on the database and a DBC checkdd on the SQL table.. any ideas?