I have several Access 2003 tables where the first field is the Account Number and all the rest of the fields represent specific months. The number of months varies with each table. The names of the month fields are of the form "2006-03". The values in those fields is the amount that was paid on the account for that month.
For each account, I want to create a large string showing evey non-zero payment and the month it was paid. How can I create that string? I woulld like to create a function to create the string and then use it in a query, but I don't know how to code the loop.
For each account, I want to create a large string showing evey non-zero payment and the month it was paid. How can I create that string? I woulld like to create a function to create the string and then use it in a query, but I don't know how to code the loop.