May 24, 2001 #1 NoFear9 Technical User May 24, 2001 1 GB me: experienced in Access but newbie with ASP Can't get to first base - grrr Using PWS I can only get table headings to display - no data anyone know why??
me: experienced in Access but newbie with ASP Can't get to first base - grrr Using PWS I can only get table headings to display - no data anyone know why??
May 24, 2001 #2 Mighty Programmer Feb 22, 2001 1,682 US POst some (or all if it's not too long) of your code!! Mise Le Meas, Mighty Upvote 0 Downvote
May 24, 2001 #3 kevink Programmer Nov 23, 1999 53 IE Definitely need to see some code, but your code should look like this: Code: 'open recordset - objRS Do until objRS.EOF ''Loop until the end of recordset 'Do your stuff objRS.movenext 'move to the next record Loop HTH, Kevin Upvote 0 Downvote
Definitely need to see some code, but your code should look like this: Code: 'open recordset - objRS Do until objRS.EOF ''Loop until the end of recordset 'Do your stuff objRS.movenext 'move to the next record Loop HTH, Kevin