R Roger Carlson Mar 17, 2009 #2 Access does not have fixed row numbers like Excel does. -- --Roger Carlson MS Access MVP Access Database Samples: www.rogersaccesslibrary.com Want answers to your Access questions in your Email? Free subscription: http://peach.ease.lsoft.com/scripts/wa.exe?SUBED1=ACCESS-L
Access does not have fixed row numbers like Excel does. -- --Roger Carlson MS Access MVP Access Database Samples: www.rogersaccesslibrary.com Want answers to your Access questions in your Email? Free subscription: http://peach.ease.lsoft.com/scripts/wa.exe?SUBED1=ACCESS-L
J John W. Vinson Mar 17, 2009 #4 Is there a way to find the number of the row of a certain cell? Click to expand... Context? Is this in an Access database (the subject of this newsgroup) or an Excel spreadsheet?
Is there a way to find the number of the row of a certain cell? Click to expand... Context? Is this in an Access database (the subject of this newsgroup) or an Excel spreadsheet?
A aaron.kempf Mar 19, 2009 #5 I use ROW_NUMBER in SQL Server usually or I can issue DDL to add an identity column directly to the result set
I use ROW_NUMBER in SQL Server usually or I can issue DDL to add an identity column directly to the result set