G
Guest
[all items] is the name of my database table.
I want to select the only the fields listed in the select statement from my
table [all item] if the field signature has '*jason*' the stament reads"
select [all items]![Form Name],
[all items]![Back-of-Page Form],
[all items]!Subsystem,
[all items]!Signature,
[all items]!Description
where [all items]!Signature LIKE '*Jason*'
the error message I received reads:
Syntax error (missing operator) in query expression '[all items]!Description
where [all items]!Signature LIKE '*Jason*''.
I want to select the only the fields listed in the select statement from my
table [all item] if the field signature has '*jason*' the stament reads"
select [all items]![Form Name],
[all items]![Back-of-Page Form],
[all items]!Subsystem,
[all items]!Signature,
[all items]!Description
where [all items]!Signature LIKE '*Jason*'
the error message I received reads:
Syntax error (missing operator) in query expression '[all items]!Description
where [all items]!Signature LIKE '*Jason*''.