A
Andre Grujovski
I have a table with 3 columns. Last Name, First Name,
Amount. There are multiple entries for each name, eg:
Smith, Jane $50
Smith, Jane $100
Smith, Jane $20
My goal is to combine all the individual Name entries into
one record with each amount still appearing separately.
I guess I'm a little confused as to the layout of the DB,
because I don't really see how I can have one unique ID
(Name) and then have an indeterminate number of entries
for that Name. It almost seems like a dynamically
allocated DB, is this possible.
If you could suggest a better way to do this, please let
me know, here's what I'm doing:
I am trying to keep track of all donations to my
foundation and previously had an excel spreadsheet, which
a row would be inserted for each new donation. I feel an
access form is definitely the way to go, but I'm still a
little new at this.
Amount. There are multiple entries for each name, eg:
Smith, Jane $50
Smith, Jane $100
Smith, Jane $20
My goal is to combine all the individual Name entries into
one record with each amount still appearing separately.
I guess I'm a little confused as to the layout of the DB,
because I don't really see how I can have one unique ID
(Name) and then have an indeterminate number of entries
for that Name. It almost seems like a dynamically
allocated DB, is this possible.
If you could suggest a better way to do this, please let
me know, here's what I'm doing:
I am trying to keep track of all donations to my
foundation and previously had an excel spreadsheet, which
a row would be inserted for each new donation. I feel an
access form is definitely the way to go, but I'm still a
little new at this.