Microsoft
Software
Hardware
Network
Question : query on unbound text box producing strange characters and not numbers
I am trying to use an unbound form for a user to input some numbers which are then used in a query. I have set the format on the text box to general number and when I get the result in the query I get what looks like either boxes or chinese lettering. I have done this kind of thing loads of times and can't see what I am doing wrong - what am I missing or have I got corruption problems? Very frustrated!
Answer : query on unbound text box producing strange characters and not numbers
Our posts crossed.
Try this;
SELECT clng(Forms!frmTest!txtCost
Classes) AS Expr1, clng(Forms!frmTest!txtMemb
ership) AS Expr2
, (
clng(Forms!frmTest!txtCos
tClasses) +
clng(Forms!frmTest!txtMemb
ership)
) as AddedTogether
Random Solutions
ASP.NET 2.0 - Get the Username of the currently logged in user.
Determine which table and columns a field is stored at the backend
Cannot update. Database or object is read-only.- Error
Hide Username & Password in FTP URL
How to move SQL Data to another drive?
How to lock stored procedure
Slider Control 6 in Access 2003 and Continous Froms
VBA - Remove Data Connections and Macros From Workbook
Any way to use old printer on Windows 7
Quick Launch Menu is missing - Basic Page