S
Spencer
I am unable to make the SearchForRecord action work in a macro. I
can't make the simplest test case work.
I set up a test database, one table with an ID and Description field.
I entered several rows of text in the Description field including one
that says Beverages.
Then I saved one macro, Search.
The macro where clause is copied directly from the help file.
object type: Table
Object name: Test Table
Record: First
Where Condition: Description = "Beverages"
It does not find the row with "Beverages". It appears to toggle
between other rows on repeated Runs.
I know FindRecord will work, but I want to use SearchForRecord so I
can specify the value of a form text box in the where condition. The
fixed literal is a test case that should work.
Any suggestions.
can't make the simplest test case work.
I set up a test database, one table with an ID and Description field.
I entered several rows of text in the Description field including one
that says Beverages.
Then I saved one macro, Search.
The macro where clause is copied directly from the help file.
object type: Table
Object name: Test Table
Record: First
Where Condition: Description = "Beverages"
It does not find the row with "Beverages". It appears to toggle
between other rows on repeated Runs.
I know FindRecord will work, but I want to use SearchForRecord so I
can specify the value of a form text box in the where condition. The
fixed literal is a test case that should work.
Any suggestions.