query returns Chinese charters when selecting a value from a text box

leok31

Registered User.
Local time
Today, 12:49
Joined
Feb 25, 2014
Messages
36
When Im selecting a value from a texbox, and the value is a number, my query returns chinese characters. But when I run the same query for a text box that contains text, I get the correct text.

This is the query I run which gives me chinese characters:
SELECT forms!stationlevelsummary.txtbox_7to7_spm.Value
 

Users who are viewing this thread

Back
Top Bottom