M
Martin
Hello All,
What I have is a need to provide a constantly updated database of clients.
Some clients we know about and have records on and some drop in and use our
services as and when they like. What I am being asked to provide is a means
of recording weekly activity that will note and add any new clients to the
main database for mail shots etc. whilst providing a record of usage for all
clients.
Now, before we go any further is there a template somewhere I could
copy/change to my use or that would give me some clues as to how this is
best achieved?
I presumed I need an append query to enter the new clients into the main
client table but is there a way of doing so without getting the error
messages about being unable to accept duplicates and just make it accept
non-duplicates? What I am basing this whole thing on is a client code. This
is a number that clients are given when they first use our services. On the
main Client table this is my Primary Key and it does not accept duplicates,
in the Activity table it also has a client code field but one that will
accept duplicates therefore I need an easy way of transferring between the
two.
So far I have got the two tables idea going using sub-forms to view activity
for each client and constructed an append query to add the new ones as I go
and it works sort of OK-ish but I feel it isn't the best answer, do you ever
get that feeling....
Many thanks,
Martin
What I have is a need to provide a constantly updated database of clients.
Some clients we know about and have records on and some drop in and use our
services as and when they like. What I am being asked to provide is a means
of recording weekly activity that will note and add any new clients to the
main database for mail shots etc. whilst providing a record of usage for all
clients.
Now, before we go any further is there a template somewhere I could
copy/change to my use or that would give me some clues as to how this is
best achieved?
I presumed I need an append query to enter the new clients into the main
client table but is there a way of doing so without getting the error
messages about being unable to accept duplicates and just make it accept
non-duplicates? What I am basing this whole thing on is a client code. This
is a number that clients are given when they first use our services. On the
main Client table this is my Primary Key and it does not accept duplicates,
in the Activity table it also has a client code field but one that will
accept duplicates therefore I need an easy way of transferring between the
two.
So far I have got the two tables idea going using sub-forms to view activity
for each client and constructed an append query to add the new ones as I go
and it works sort of OK-ish but I feel it isn't the best answer, do you ever
get that feeling....
Many thanks,
Martin