Temp Table and AutoIncrement

jwilderjwilder Member Posts: 263
I have a table with a primary key field called Entry No. (AutoIncrement = Yes). I am using this table in a report as a temporary table. The autoincrement feature does not seem to work for Temp Tables. I can't recall if I have run into this before. Is this correct that the autoincrement property does not work for a temp table?

Answers

  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    You are correct. This comes from the on-line help:
    The AutoIncrement property does not work with C/SIDE temporary tables.
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
Sign In or Register to comment.