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
Clustered IIS on Server 2003
SBS 2008 insists I have not ran Migration Prep on source server; I have
Microsoft Project Server 2007 Permissions questions ?
Is there an Access function equivalent to the Quartile function in Excel?
Nvidia Geforce 8400M GS in a Sony Vaio SZ650N/C WINDOWS 7 INCOMPATIBLE?
varchar sort
SBS 2003 - OWA external access issue
telnet not sending mail content?
Saving the html file from the web browser control in VB.NET
How to reference a subform