I'm trying make a code for vb.net 2008 + msaccess 2003 to check if there is a row in a specific position between 2 rows, to be used on inserting data, which the previous data was deleted. (sorry for my bad english)
for example: there are data in rows 0, 1, 2, 3, 4 and 5. if i were to delete row 2 now, and add data later to that same position so that the position 2 wouldn't be blank. (because i use maxrow count for auto numbering)
refer to this statement:
If ds.Tables("MovieList").Rows(row) exist then