msadiqrajani
New member
- Local time
- Today, 22:39
- Joined
- May 11, 2011
- Messages
- 5
Hi,
I had large excel files which I imported to Excel database.
The data contains special characters with stings..Eg: sometexr<var> + othertext<othervar>.
The data is imported in access tables successfully, But I am unable to use these as a criteria in query.
Query eg:
update datatable set value = 5
where
variable = 'sometexr<var>+othertext<othervar>'
I got error message says Syntax error(missing operator) in query expression 'sometexr<var>+othertext<othervar>'
Please help me how could I use these characters in query.
Thanks
I had large excel files which I imported to Excel database.
The data contains special characters with stings..Eg: sometexr<var> + othertext<othervar>.
The data is imported in access tables successfully, But I am unable to use these as a criteria in query.
Query eg:
update datatable set value = 5
where
variable = 'sometexr<var>+othertext<othervar>'
I got error message says Syntax error(missing operator) in query expression 'sometexr<var>+othertext<othervar>'
Please help me how could I use these characters in query.
Thanks