Blogger Template by Blogcrowds

Thursday, May 13, 2004
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.

0 comments:

Post a Comment