thisisntwally
CE&A
- Local time
- Today, 13:26
- Joined
- Jun 27, 2007
- Messages
- 246
this is not right, as it doesnt work:
I put a watch on strWhere, and it shows up as
I just want to flag ctl.ItemData(varItem) as a number, so I dont get the 13 mistype error.
But I'm doing it wrong
Code:
strWhere = strWhere & "TSP.[CEAID] = #" & ctl.ItemData(varItem) & "#" & Chr(32) & " Or """
I put a watch on strWhere, and it shows up as
Code:
WHERE TSP.[CEAID] = #7#
I just want to flag ctl.ItemData(varItem) as a number, so I dont get the 13 mistype error.
But I'm doing it wrong