TheresAlwaysAWay
Programmer
I have one table which has a list of state abbreviations as a column. I have another table that lists insurance companies by name as a column. I want to combine them so that I have a new, editable query with state names as the row headings and Insurance Companies as the column headings so that I can enter a note. Supposing that Safeco insurance has some restrictions in California. At the point where the company and state intersect I'd like to type in a note which can then be displayed if someone is generating a new matching record.
I don't know how to take the column containing Ins. co. names and turn it into a row dynamically, so that any new additions would generate a new column automatically. A Crosstab query does that but its result is not editable and it requires a value field to calculate. I don't want to calculate anything. I just want to create the grid where I can type what I want.
All assistance will be appreciated.
I don't know how to take the column containing Ins. co. names and turn it into a row dynamically, so that any new additions would generate a new column automatically. A Crosstab query does that but its result is not editable and it requires a value field to calculate. I don't want to calculate anything. I just want to create the grid where I can type what I want.
All assistance will be appreciated.