A
Ayo
Hi everyone,
I found this snippet of code in an example I am trying to use for my
application but I am not sure what exactly it does. So I would appreciate any
help in interpreting each line of the code, what it means and what it does.
Thank you
Set db = CurrentDb()
Set qdf = db.QueryDefs("qryMovieSelection")
qdf.SQL = strFullSQL
Set rs = db.OpenRecorset("qryMovieSelection")
intRecordCount = rs.RecordCount
I found this snippet of code in an example I am trying to use for my
application but I am not sure what exactly it does. So I would appreciate any
help in interpreting each line of the code, what it means and what it does.
Thank you
Set db = CurrentDb()
Set qdf = db.QueryDefs("qryMovieSelection")
qdf.SQL = strFullSQL
Set rs = db.OpenRecorset("qryMovieSelection")
intRecordCount = rs.RecordCount