P
Phil Hellmuth
In an Access table, if you start to enter data into a new row in a
table, the value for an AutoNumber column is instantly populated.
However, try this with a linked ODBC table (SQLServer in my instance),
the value for an Identity column isn't populated until the entire row is
saved. Is there any way around this? In a form I've developed, I need
to grab that value to populate another table.
Thanks in advance.
table, the value for an AutoNumber column is instantly populated.
However, try this with a linked ODBC table (SQLServer in my instance),
the value for an Identity column isn't populated until the entire row is
saved. Is there any way around this? In a form I've developed, I need
to grab that value to populate another table.
Thanks in advance.