I have several tables where tags on multiple fields (concatenated) are
required. When I create the tag, are the blanks in the fields
maintained? For example, I have two fields that can contain up to 15
characaters each. The data stored in these fields contains my value
plus blanks to make up 15 characters. A tag created on these
fields...will it maintain the blanks or eliminate blanks?
Example
Field 1 and Field 2 are of length 15 and are character/text fields
The tag expression is Field1+Field2.
Field1 Field2
123456 abcdef
Does the tag contain 123456abcdef or 123456 abcdef ?
How would I perform a seek using this tag?