Hi guys good day.
Sorry for the delayed response to my previous post.We currently just change our internet connection.
I just want to ask on how to get the data of this sql statement because it only returns the total records found.
rs.open "select count(*) as idnumber from tblstudent where idnumber='" & idnumvar & "'",conn,adopenstatic, adlockoptimistic,adcmdtext
totalcount=rs.fields("idnumber")
can i get the data that this sql query returns in order for me to avoid requerying.?
Thank you for giving time.
God bless us all.