whitelockben
Registered User.
- Local time
- Today, 22:17
- Joined
- Jun 29, 2011
- Messages
- 25
Mysql = "SELECT Max(CDbl(Mid([YouFieldName]," & X & "))) AS NewNum"
FROM tbl_YourTblName Where YourFieldName Like '" & sPrefix & "*'"
I get the error highlighted at Where
The error I get is
Compile error:
Expected: end of statement.
Can anyone help please?
FROM tbl_YourTblName Where YourFieldName Like '" & sPrefix & "*'"
I get the error highlighted at Where
The error I get is
Compile error:
Expected: end of statement.
Can anyone help please?