W
Wayne
I've created a form that has many option boxes to help users choose
items (I need option boxes vs. combo boxes because they can choose
multiple items per category).
I've created an update query to change the value from –1 (system
automatically generates that) to the actual value I want. In the
criteria section of the append query, I put a simple if statement:
IIf("-1","London",""). Regardless of the value that is found however,
the query changes the –1 to the ‘true' condition.
Can someone please help?
items (I need option boxes vs. combo boxes because they can choose
multiple items per category).
I've created an update query to change the value from –1 (system
automatically generates that) to the actual value I want. In the
criteria section of the append query, I put a simple if statement:
IIf("-1","London",""). Regardless of the value that is found however,
the query changes the –1 to the ‘true' condition.
Can someone please help?