Hello guys. I'm new in ms access and I would like to know how to generate all the possible records for this table structure:
client_ID : month_id : service_id : amount
I have 30 clients, 10 months and 35 services
I would like to have 30x10x35 records in my table (generated programmatically) with amount "null" of course. Is this even possible? Thnak you and have a nice day!
client_ID : month_id : service_id : amount
I have 30 clients, 10 months and 35 services
I would like to have 30x10x35 records in my table (generated programmatically) with amount "null" of course. Is this even possible? Thnak you and have a nice day!