Hi I created two variables with Sales as Record and Associate as code based on the customer table, but it doesn't work, here is my code:
Associate :='';
If Sales.get(Customer."Salesperson Code") Then
Associate := Sales.SalesAssoc;
How to deal with code data type? Thanks in advance!
0
Comments
Is the primary key for Sales a single field, and does its datatype match that of Customer."Salesperson Code"?
Does the datatype of Associate match that of Sales.SalesAssoc?
What error do you get?
RIS Plus, LLC
RIS Plus, LLC