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
Renaming a file using cmdShell
aspx/c# looping through data from within body
what is byref in csharp? help with my function
Formula to give billing rate
Cannot extract bitmap from resources section of app!
File Sharing Lock w/single user
How do you set up a SQL report to export multiple sheets to Excel?
Access / VBA / return to previous record after form after update event triggers
Datasheet view and drilldown
Help Using RtlMoveMemory from kernel32 in VB.NET