Susan Allen Wyoming
Registered User.
- Local time
- Today, 19:29
- Joined
- Feb 15, 2001
- Messages
- 22
I am trying to copy some code that Chris gave me earlier this morning, but I have no programming experience.
Does anybody know why I am getting an error "expected end of statement" with the following code?
strSql = "Select DescripName,ProdSize,ProdRetail,ProdID,POID,OrderTotal FROM qryOrders" _
&"WHERE POID = " &Me.POID&";"
Also when I create variables the "tip thingys pop up for As Recordset, As String, As Integer, etc., but when I did Dim dbs As Database nothing came up. I only saw DataAccessPage....is there a difference?
Does anybody know why I am getting an error "expected end of statement" with the following code?
strSql = "Select DescripName,ProdSize,ProdRetail,ProdID,POID,OrderTotal FROM qryOrders" _
&"WHERE POID = " &Me.POID&";"
Also when I create variables the "tip thingys pop up for As Recordset, As String, As Integer, etc., but when I did Dim dbs As Database nothing came up. I only saw DataAccessPage....is there a difference?