Global Variable missing

I am running 7.00.0013

I have a simple form that uses a global variable in the WHERE clause of the SQL.

If I set it as a ‘Single Record’ and run it, it asks me for the value I want to use for the global and then runs fine.

If I set it as any other Orientation and run it, it asks me for the value I want to use for the global and then gives me a message that says the global variable is missing.

Nick

Update- further information…

If I use this

skid_tag_num=[skid_tag_num]
for the where condition, it only works in the single record orientation.

If I simply change it to

skid_tag_num=[skid_tag_NJV]
for the where condition it works fine.

Maybe this will help in tracking down the bug.

Nick