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
Pass Web Page as Parameter to Class in App_Code Folder
Calendar question
Basic steps for a Zip code search ASP.NET VB, MS SQL 2008
SQL Count Query In a Main Query
CLR Stored Procedure
Compaq Presario SR5010NX Desktop PC
Mutliple Zones when adding a webpart to a page
How to get zip codes to convert properly from Excel to Access
What are the various reasons that an Access 2003 MDB type application would display a Read-Only message (sometimes) when you launch the application?
MS Access 2007 - closing a table