Hi,
I'm still relatively new to MS Access so I'd prefer to stay away from coding if at all possible.
Anyways, my problem concerns how I can "consolidate" or "group" my primary key information. First off, I have the vlookup function built into my table (with respect to what I'm querying) for certain fields. I created my own custom primary key and when I run my query, I get a variety of combinations of my data. In other words, my tables are no longer in vlookup mode but run through all the respective possible combinations. The problem is, I have multiple records for the same primary key often. I want to "group" or "consolidate" all my records under one particular primary key at a time.
I realize that the grouping function (that Sum symbol) is probably used for this, though I have only been able to manipulate numeric data with this - not text.
Hope I was clear enough,
Thanks.