Article ID: 149456
Article Last Modified on 9/30/2003
IF EMPTY(m.cChildKey) OR TYPE(m.cChildKey)#TYPE('oAddRec.KeyValue')
should be modified to read:
IF EMPTY(m.cChildKey) OR TYPE('m.cChildKey')#TYPE('oAddRec.KeyValue')
Name: Table_1
Fields: ID1 Character 10
Field2 Character 10
Field3 Character 10
Add two records to Table_1 with the values AA and BB in the ID1 field.
Name: Table_2
Fields: ID2 Character 10
Field2 Character 10
Field3 Character 10
Create an index on Table_2.ID2
Keywords: kbbug kbfix kbvfp500fix KB149456