Hi WarrenBelz,
Thanks again for the fast response and checklist completed below:
Checklist for verification:
- Did you set the Edit form DataSource property to same SharePoint list - TML Stocklist? Yes checked that.

- The PartNumberCombo is correctly connected to SharePoint list - TML Stocklist (items property set to TML STocklist). Yes and the combo box works well with the sort of a list connected to it already.

Sort(Distinct('TML Stocklist','Part Number'),Value,SortOrder.Ascending)
- Edit Form - Default property - Filter function

Filter('TML Stocklist', 'Part Number' = PartNumberCombo.Selected.Value)
The error I get is Record not recongised
- Make sure the field name 'Part Number' match the actual column name in SharePoint list.
Checked and I type the formula in and it is populated with the name from the SharePoint list.
- Double check the column names and data types.
These are all correct as other combo boxes work as just the Filter on the Edit Form named “EditFormTMLStocklist”.
The Items in the PartNumberCombo are alphanumeric (Letters and Numbers) and the Part Number field is a Single line text in SharePoint (Alphanumeric).
There was no change to the error as you can see by my screen shot about also.
Thanks in advance for you looking at my issue.