E
Ed Bitzer
A compound key provides uniqueness where a single field may not but
beyond that use can the name be used elsewhere. For example a
WHERE cause would be simplified by stating PrimaryKey = " & 'A' and 'B'
rather than [Field1 = " & 'A' & [Field2] = " & 'B'. However that use
would raise the error message that PrimaryKey was an unknown field even
though that name was assigned. So just where can it be used.
Appreciate,
Ed
beyond that use can the name be used elsewhere. For example a
WHERE cause would be simplified by stating PrimaryKey = " & 'A' and 'B'
rather than [Field1 = " & 'A' & [Field2] = " & 'B'. However that use
would raise the error message that PrimaryKey was an unknown field even
though that name was assigned. So just where can it be used.
Appreciate,
Ed