I want to filter all records which start with a number.
i use the following code to filter fields starting with a specific letter:
Me.[customers subform].Form.Filter = "company Like 'A*'"
Me.[customers subform].Form.FilterOn = True
how can I use this code to filter on company names starting with a number and not writing lenghty code 1 or 2 or 3 or 4 etc
i use the following code to filter fields starting with a specific letter:
Me.[customers subform].Form.Filter = "company Like 'A*'"
Me.[customers subform].Form.FilterOn = True
how can I use this code to filter on company names starting with a number and not writing lenghty code 1 or 2 or 3 or 4 etc