Hi all:
This works:
subfrmFindWorkRecord.LinkChildFields = "EmployeeID"
subfrmFindWorkRecord.LinkMasterFields = "EmployeeID"
This doesn't:
subfrmFindWorkRecord.LinkChildFields = "EmployeeID;ApprovalEffectiveDate"
subfrmFindWorkRecord.LinkMasterFields = "EmployeeID;ApprovalEffectiveDate"
Everything I've checked says if you want to use more than one field, separate fields with semi-colons, but I get the following error message:
"You must use the same number of fields when you set the LinkChildFields and LinkMasterFields properties.
You entered a different number of fields for one property than you did for the other..."
What's up with this?
This works:
subfrmFindWorkRecord.LinkChildFields = "EmployeeID"
subfrmFindWorkRecord.LinkMasterFields = "EmployeeID"
This doesn't:
subfrmFindWorkRecord.LinkChildFields = "EmployeeID;ApprovalEffectiveDate"
subfrmFindWorkRecord.LinkMasterFields = "EmployeeID;ApprovalEffectiveDate"
Everything I've checked says if you want to use more than one field, separate fields with semi-colons, but I get the following error message:
"You must use the same number of fields when you set the LinkChildFields and LinkMasterFields properties.
You entered a different number of fields for one property than you did for the other..."
What's up with this?