
Originally Posted by
Rainlover
This field of CODE should be store in a separate Table in the one field with a Relationship to the Parent Table.
If I lost you post a Copy of your Database and I will show you.
PS Convert to 2003 before posting.
The procedure codes are stored in a separate table and are inserted into the large table.
The database is 26 MB. It has patient information in it anyway, so I can't post it. Sorry.
Here's a sample:
Master table ---
HTML Code:
patient name | date surgery | code 1 | code 2| code 3 | code 4
----------------------------------------------------------------
joe blow 1/1/01 31276 31209 31276 30000
jane doe 1/1/01 20520 31276 61795
homer 1/1/01 31255 31276 31255 31276
So, I see a total of 5 occurrences of "31276". That's what I want to automate. all the codes are in a separate table and arranged like:
1 | 30000 removal of this
2 | 30001 removal of that
3 | 30002 excision of this
4 | etc