S
selgin
Dear All
I have a database that is to get information from doctors offices on
specific patients. I import a text file that has info including an item
number. Based on this item number I want to ask certain questions of the
doctor.
i.e. if it is item number 0001 I want to ask questions 1, 3, 9 and 33, if it
is 0002 I want to ask questions 1, 4, 8 and 20. I have this working if the
patient has only one item.
My major problem is that a patient may have more than one item number but I
need to only ask question 1 once for a patient on the request to the doctor.
I currently have a questions table (which has the questions in a text field
and an autonumber id field (PK) and the id field from the import table (FK),
an import table (where the text file is initially imported to), a and a
bunch of others that I have created in attempting to get this to work.
TIA for any kind of help on this!!
Steve
I have a database that is to get information from doctors offices on
specific patients. I import a text file that has info including an item
number. Based on this item number I want to ask certain questions of the
doctor.
i.e. if it is item number 0001 I want to ask questions 1, 3, 9 and 33, if it
is 0002 I want to ask questions 1, 4, 8 and 20. I have this working if the
patient has only one item.
My major problem is that a patient may have more than one item number but I
need to only ask question 1 once for a patient on the request to the doctor.
I currently have a questions table (which has the questions in a text field
and an autonumber id field (PK) and the id field from the import table (FK),
an import table (where the text file is initially imported to), a and a
bunch of others that I have created in attempting to get this to work.
TIA for any kind of help on this!!
Steve