When i'm using Vartype in my form, it always return vbString(8)(except if the control is a date control where it return 7)
even when the control(a textbox ) contain only integers in fact it's impossible to be something else since it's bound to a table that allow only a integer in that field...
so how can i make it returning vbinteger(1) ?
it's a problem considering the fact that I need to know the type of the control to contruct a custom search (by looping throught the controls)
jul ^_^
"Computer Science is no more about computers than astronomy is about telescopes"
E. W. Dijkstra.
even when the control(a textbox ) contain only integers in fact it's impossible to be something else since it's bound to a table that allow only a integer in that field...
so how can i make it returning vbinteger(1) ?
it's a problem considering the fact that I need to know the type of the control to contruct a custom search (by looping throught the controls)
jul ^_^
"Computer Science is no more about computers than astronomy is about telescopes"
E. W. Dijkstra.