I have a list of companies where the name may be incorrect (eg Ltd instead of Limited) without ID's [CompanyName] on my Form1
I have a table [tblCompanies]of companies with the correct names and their ID's
I want to select the first (say) 6 characters of [CompanyName] and (along with a wildcard * ) use this as a basis for a query.
This query will then be the basis of a form to show a search. I can then get the companies ID.
Would this be the correct way to do this?
I'm effectively doing a search on [tblCompanies]
I have a table [tblCompanies]of companies with the correct names and their ID's
I want to select the first (say) 6 characters of [CompanyName] and (along with a wildcard * ) use this as a basis for a query.
This query will then be the basis of a form to show a search. I can then get the companies ID.
Would this be the correct way to do this?
I'm effectively doing a search on [tblCompanies]