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
How to read field names from an XSD file.
ranking records and determining percentage of total in access 2007
Infinite loop when Range is only 1 cell
outlook 2000 "TCP/IP connection was unexpectedly terminated by your mail server. If this problem persists, contact your LAN
Report Group Subtotals and Total
Read structure from binary file
MS ACCESS CODE PROBLEM - Can't assign a value to this object
Subreport/ Subform not showing up in Main Report
XmlDocument.Load(Stream) method is removing tabs between tags
Problem Importing and Running Modules