Keep getting a type mismatch in the critera in this
--------------------
Select *
FROM tblPayAppLineItems INNER JOIN tblProjectLineItems
ON tblPayAppLineItems.LineItemID = tblProjectLineItems.LineItemID WHERE tblPayAppLineItems.payappID = '" & CLng(frmPayApp.Text1.Text) & "'
----------------------------
both payappID and Text1.Text are numeric long
Sure hope someone can help me
Thanks
--------------------
Select *
FROM tblPayAppLineItems INNER JOIN tblProjectLineItems
ON tblPayAppLineItems.LineItemID = tblProjectLineItems.LineItemID WHERE tblPayAppLineItems.payappID = '" & CLng(frmPayApp.Text1.Text) & "'
----------------------------
both payappID and Text1.Text are numeric long
Sure hope someone can help me
Thanks