John, Access VB Question!
SqlCmd = "SELECT Min(ID) FROM STD_RBC"
//Attempt 1
RowNumber = dbs.OpenRecordset(SqlCmd, dbOpenSnapshot)
//Attempt 2
RowNumber = dbs.RunSQL(SqlCmd)
How can I get this to work? It doesn't.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment