H
Hadavidi
The db I am trying to work on is for a small clinical study. My knowledge of
using VBA is nil to non-existent. I am trying to learn as I go. So, pls bear
with me. I have posted this on the access.forms forum also.
As I see it there are multiple issues I am dealing with:
Let's say there is a demographic data entry form. Once the user enters the
demo info for a participant and saves this info, a prompt should pop up
asking if the user would like to enter medication info for this patient.
=> If the user chooses yes, then it should take them to the medication data
entry form. Assuming they enter this info and save it, it should prompt them
and ask if they would like to enter diagnosis info.
=> Across all these forms, how do I make sure that I have participant ID
from the demographics form.
=> Another issue is, for a given participant, there may be more than one
diagnosis or medication that they are on. On the form, I am planning to
display a list box from which the user can choose. Once the user chooses
either multiple medications or diagnosis, how do I do a multiple update.
Ahead of time, its hard to know how many medications or diagnoses a given
participant may have.
Any pointers or hints would be greatly appreciated especially with adding
the code behind the form.
Thx
Hadavidi
using VBA is nil to non-existent. I am trying to learn as I go. So, pls bear
with me. I have posted this on the access.forms forum also.
As I see it there are multiple issues I am dealing with:
Let's say there is a demographic data entry form. Once the user enters the
demo info for a participant and saves this info, a prompt should pop up
asking if the user would like to enter medication info for this patient.
=> If the user chooses yes, then it should take them to the medication data
entry form. Assuming they enter this info and save it, it should prompt them
and ask if they would like to enter diagnosis info.
=> Across all these forms, how do I make sure that I have participant ID
from the demographics form.
=> Another issue is, for a given participant, there may be more than one
diagnosis or medication that they are on. On the form, I am planning to
display a list box from which the user can choose. Once the user chooses
either multiple medications or diagnosis, how do I do a multiple update.
Ahead of time, its hard to know how many medications or diagnoses a given
participant may have.
Any pointers or hints would be greatly appreciated especially with adding
the code behind the form.
Thx
Hadavidi