Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Yasir4444

    Using VB-ADO with SQL search, but getting this error message.

    "Run-time error '3021': Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record." This is the extact code I am using. ------------------------------------------------------------ Public Sub GetCounter(TableOfCounter As...
  2. Yasir4444

    VB-ADO with SQL search gives error message. Attached procedure is use

    Public Sub GetCounter(TableOfCounter As String, RecordCounter As Double) Dim DbCnn As ADODB.Connection0 Dim Cmd As ADODB.Command Dim Rec As ADODB.Recordset Dim SQLStatment As String SQLStatment = "SELECT CntCounter FROM TblCounter WHERE CntTblName = ' " &...

Part and Inventory Search

Back
Top