Hi there, I am not very good at the count query and have tried many tutorial websites and forums to figure this out.
I have a list of company names, and a list of last names, I have created a query that filters through, taking the first 3 letters of the company name, and if it doesnt exsist it will take them from the first name.
I have asked this forum before, but I am trying a slightly different method now, if I could only understand the Count query a bit more... even if VB will help?
Example below: (where Customer ID is the column I am trying to fill in, I already have entried in the other columns for 1300 contacts)
I'm sure you get the idea...
any help please???
(Sorry if table looks weird, hope you can understand it?)
I have a list of company names, and a list of last names, I have created a query that filters through, taking the first 3 letters of the company name, and if it doesnt exsist it will take them from the first name.
I have asked this forum before, but I am trying a slightly different method now, if I could only understand the Count query a bit more... even if VB will help?
Example below: (where Customer ID is the column I am trying to fill in, I already have entried in the other columns for 1300 contacts)
Code:
------------------------------------------------------------------
| ID | Company Name | Last Name | Name ID | CustomerID |
====================================================
| 1 | Builders R Us | Smith | BUI | BUI001 |
------------------------------------------------------------------
| 2 | | Smith | SMI | SMI001 |
------------------------------------------------------------------
| 3 | Building Comp | Walker | BUI | BUI002 |
------------------------------------------------------------------
| 4 | Smith and Co | Smith | SMI | SMI002 |
------------------------------------------------------------------
any help please???
(Sorry if table looks weird, hope you can understand it?)