R
Ryan W
I have a table that I am trying to capture "Follow Up" phone calls. I have
two fields that are Date and TypeOfCall. TypeOfCall has a value list of "1st
call", "2nd call", etc.
A patient may have only "1st call" associated with a date in the table, or
they may have multiple dates where then you would see "1st call", "2nd call",
"3rd call".
I assume that I will be writing an Iif statement. What would it look like if
I wanted to see everyone that has only 1st calls, everyone that has had a
first and second call, or etc.
Or would it be better for me to do seperate queries then do a union of them?
(I may have just answered my own question) Any advice would be appreciated.
Thank you so very much, Ryan
two fields that are Date and TypeOfCall. TypeOfCall has a value list of "1st
call", "2nd call", etc.
A patient may have only "1st call" associated with a date in the table, or
they may have multiple dates where then you would see "1st call", "2nd call",
"3rd call".
I assume that I will be writing an Iif statement. What would it look like if
I wanted to see everyone that has only 1st calls, everyone that has had a
first and second call, or etc.
Or would it be better for me to do seperate queries then do a union of them?
(I may have just answered my own question) Any advice would be appreciated.
Thank you so very much, Ryan