I have a range where statement that works to bring back records that match a search text that is entered in a text field on the form. It is shown below.
range table RMCCS_CustomerAddressProfile_v where physicalname(RMC_TypeShipTo of table RMCCS_CustomerAddressProfile_v) + " = 1 and " +
physicalname(RMC_ProfileType of table RMCCS_CustomerAddressProfile_v) + " <> 1 and " +
physicalname ('Customer Number' of table RMCCS_CustomerAddressProfile_v) + " like '"+ '(L) SearchText' +"' " ;
The problem I have is that there are several records in the table that match the Customer Number as will as meeting the other criteria, however the fill window command only fills 1 record. The intent is for all records that meet the criteria to show even if they have the same Customer Number.
*This post is locked for comments
I have the same question (0)