"Andrew J. Kelly" <sqlmvpnooospam (AT) shadhawk (DOT) com> wrote
Quote:
I wasn't aware that @@Identity was also in Access so you may want to post
this question in an ACCESS news group not a SQL Server one. And for future
reference you should not use @@IDENTITY in SQL Server, you should use
SCOPE_IDENTITY() instead for this type of situation. |
Access supports it only through the Jet OLEDB 4.0 provider:
http://support.microsoft.com/kb/815629
You're right though, he'll probably more authoritative answers from the
Access newsgroup.