FinanceGuy
New member
- Local time
- Today, 16:54
- Joined
- May 7, 2021
- Messages
- 5
I'm an advanced user of Access for someone in corporate finance, however a novice compared to those in technology. I've gotten by with simple queries and basic SQL language.
I have a list of about 400 customers. I would like to create a record for each customer, for each month. For example:
Customer | Period
Coca-Cola | 2021-01
Coca-Cola | 2021-02
Coca-Cola | 2021-03
Pepsi | 2021-01
Pepsi | 2021-02
Pepsi | 2021-03
I would need to do this for each customer for multiple years (2013 through 2029 at the moment). Being a novice, the only way I can think of doing this is writing multiple queries that first appends the list with the group of customers, then updates that list with the first period. Repeat and update the list where null with the second month, and so on and so on.
There has to be a better way that I don't know of. Any suggestions would be appreciated.
Thanks.
I have a list of about 400 customers. I would like to create a record for each customer, for each month. For example:
Customer | Period
Coca-Cola | 2021-01
Coca-Cola | 2021-02
Coca-Cola | 2021-03
Pepsi | 2021-01
Pepsi | 2021-02
Pepsi | 2021-03
I would need to do this for each customer for multiple years (2013 through 2029 at the moment). Being a novice, the only way I can think of doing this is writing multiple queries that first appends the list with the group of customers, then updates that list with the first period. Repeat and update the list where null with the second month, and so on and so on.
There has to be a better way that I don't know of. Any suggestions would be appreciated.
Thanks.