C
Chris
Hello there,
I work in a GP surgery, using XP and office 2003. I've been developing an
access database for many years now and it has had several different versions
due to changing demands. The time has come to review its functionality again
and while I'm confident with the basics and know my way around a lot of
things - apart from coding - I've come to a crossroads.
As I said, I'm confident with the basics but I not so much so with pretty
advanced things and am a bit stuck for ideas.
Now for the problem.
I have a database into which I have to import certain data regularly (every
month) and I use this data to send out test invitation letters. The situation
is that I have varyin amount of tests to send out for each patient but even
if I sent a patient for say, testA one month, I might need to send him for
testB next month.
I'd like to keep a log of at least the last 12 months for a patient about
which test I sent them for.
I had two ideas so far. The one I'm using at present in its form version is
that I enter the name of the test, and in the subsequent text fields enter
the number of the months I sent him in. This worked until the idea was that
after 3 invitations they were stopped being sent invitations. Now I have to
keep a continuous record but the two ideas I had would create a humungous
amount of fields. Here they are:
1. Have a new line for each test and use 12 checkboxes after it to tick the
relevant months. A bit of a glitch with this one is that not everone gets
sent first in, say, January and if I am still sending them in 12 months what
am I going to do?
2. Have a new line for each month and create several entries for the tests
sent in those months. Sounds somewhat not practical to me but I couldn't come
up with better.
You see, every month I have to go through several hundred of these patients.
If someone has gone for a certain blood test they will be cleared of that
recall the next month and their previous records regarding that test will be
unnecessary. I still need to be able to create a query to be able to find out
which patients have been sent 4 or more invites. I would still need to be
able to check each month which patients I sent the previous month and be able
to check each month which patient I'm sending that given month. At present I
can create these last two queries by using a sendin and a checkin field in
addition to the previously mentioned ones.
So I feel I'm typing an awful lot unnecessarily and would be grateful for
any ideas that could take me forward from this - and hopefully don't involve
coding. I hope I was clear, I tried to be but if you have any further
questions I'll do my best to explain. Thanks in advance.
I work in a GP surgery, using XP and office 2003. I've been developing an
access database for many years now and it has had several different versions
due to changing demands. The time has come to review its functionality again
and while I'm confident with the basics and know my way around a lot of
things - apart from coding - I've come to a crossroads.
As I said, I'm confident with the basics but I not so much so with pretty
advanced things and am a bit stuck for ideas.
Now for the problem.
I have a database into which I have to import certain data regularly (every
month) and I use this data to send out test invitation letters. The situation
is that I have varyin amount of tests to send out for each patient but even
if I sent a patient for say, testA one month, I might need to send him for
testB next month.
I'd like to keep a log of at least the last 12 months for a patient about
which test I sent them for.
I had two ideas so far. The one I'm using at present in its form version is
that I enter the name of the test, and in the subsequent text fields enter
the number of the months I sent him in. This worked until the idea was that
after 3 invitations they were stopped being sent invitations. Now I have to
keep a continuous record but the two ideas I had would create a humungous
amount of fields. Here they are:
1. Have a new line for each test and use 12 checkboxes after it to tick the
relevant months. A bit of a glitch with this one is that not everone gets
sent first in, say, January and if I am still sending them in 12 months what
am I going to do?
2. Have a new line for each month and create several entries for the tests
sent in those months. Sounds somewhat not practical to me but I couldn't come
up with better.
You see, every month I have to go through several hundred of these patients.
If someone has gone for a certain blood test they will be cleared of that
recall the next month and their previous records regarding that test will be
unnecessary. I still need to be able to create a query to be able to find out
which patients have been sent 4 or more invites. I would still need to be
able to check each month which patients I sent the previous month and be able
to check each month which patient I'm sending that given month. At present I
can create these last two queries by using a sendin and a checkin field in
addition to the previously mentioned ones.
So I feel I'm typing an awful lot unnecessarily and would be grateful for
any ideas that could take me forward from this - and hopefully don't involve
coding. I hope I was clear, I tried to be but if you have any further
questions I'll do my best to explain. Thanks in advance.