K
Ken->
I have a flat data base pretty much like the mailing list you get with the
wizard. It has Mailing List ID, Prefix, First Name, Middle Name, Last Name
etc. and a Notes field. I have been using the Notes field for things it isn't
intended for like I put an "i" in the field if someone was to get an
invitation to our daughters wedding and an "r" if they were going to be
invited to the rehearsal dinner etc. and then I used a query with =like"*i*"
to get a list of the people we were going to invite. This field has gotten
out of hand and I think the design was flawed to start with. Well 4 years
have passed and I'm still using the names and addresses table and now I want
to note who sent us a Christmas card this year. My initial thought was to
make another table with only the Mailing List ID in it and make a record in
the new table for everyone who send us a card. Is this a good idea? Now if
it is, then what would be a good design to be able find the name in the
names and addresses table and click on something in the form and create
another record in the Christmas Card table.
Assuming that you are still following what I am trying to do, should I have
a separate table for each year or have a year field in the Christmas Card
table and do the query with that field as a criteria?
Thank you for your patients.
Ken
wizard. It has Mailing List ID, Prefix, First Name, Middle Name, Last Name
etc. and a Notes field. I have been using the Notes field for things it isn't
intended for like I put an "i" in the field if someone was to get an
invitation to our daughters wedding and an "r" if they were going to be
invited to the rehearsal dinner etc. and then I used a query with =like"*i*"
to get a list of the people we were going to invite. This field has gotten
out of hand and I think the design was flawed to start with. Well 4 years
have passed and I'm still using the names and addresses table and now I want
to note who sent us a Christmas card this year. My initial thought was to
make another table with only the Mailing List ID in it and make a record in
the new table for everyone who send us a card. Is this a good idea? Now if
it is, then what would be a good design to be able find the name in the
names and addresses table and click on something in the form and create
another record in the Christmas Card table.
Assuming that you are still following what I am trying to do, should I have
a separate table for each year or have a year field in the Christmas Card
table and do the query with that field as a criteria?
Thank you for your patients.
Ken