E
Evan M
Hello, I am receiving an error at "Set rs5 = ...". Can someone please tell
me where they think the error is? I am at a loss as to what could be causing
the problem. Error 3464ata Type Mismatch in criteria expression
Dim db as DAO.Database
Dim rs5 as DAO.Recordset
Dim quoteidval As Integer
Dim kk As String
quoteidval = Me.QuoteID.Value 'this is pulled from the open form
Set db = CurrentDb
dimkk = "SELECT tblSystemInquiriesLineItems.LineID,
tblSystemInquiriesLineItems.QuoteID, tblSystemInquiriesLineItems.Quote,
tblSystemInquiriesLineItems.BluebookID FROM tblSystemInquiriesLineItems
WHERE ((tblSystemInquiriesLineItems.BluebookID=" & quoteidval & "))"
Set rs5 = db.OpenRecordset(dimkk)
Evan M
evan AT radiologyonesource DOT com
me where they think the error is? I am at a loss as to what could be causing
the problem. Error 3464ata Type Mismatch in criteria expression
Dim db as DAO.Database
Dim rs5 as DAO.Recordset
Dim quoteidval As Integer
Dim kk As String
quoteidval = Me.QuoteID.Value 'this is pulled from the open form
Set db = CurrentDb
dimkk = "SELECT tblSystemInquiriesLineItems.LineID,
tblSystemInquiriesLineItems.QuoteID, tblSystemInquiriesLineItems.Quote,
tblSystemInquiriesLineItems.BluebookID FROM tblSystemInquiriesLineItems
WHERE ((tblSystemInquiriesLineItems.BluebookID=" & quoteidval & "))"
Set rs5 = db.OpenRecordset(dimkk)
Evan M
evan AT radiologyonesource DOT com