G
Guest
Try enclosing the field name in square brackets
myDataview.rowfilter="[client id] = '1111'"
hth
Rich
myDataview.rowfilter="[client id] = '1111'"
hth
Rich
Rich said:Try enclosing the field name in square brackets
myDataview.rowfilter="[client id] = '1111'"
hth
Rich
touf said:Hi,
I've an error when using this expression
myDataview.rowfilter="client id = '1111'"
this is because the field name "client id" that contain a space.
I don't have the possibility to change the query (to add an alias for
example), what is the solution
Thanks.
touf said:Doen't work
Rich said:Try enclosing the field name in square brackets
myDataview.rowfilter="[client id] = '1111'"
hth
Rich
touf said:Hi,
I've an error when using this expression
myDataview.rowfilter="client id = '1111'"
this is because the field name "client id" that contain a space.
I don't have the possibility to change the query (to add an alias for
example), what is the solution
Thanks.