boeram
Technical User
- Mar 19, 2007
- 1
My problem stems from having two tables, one contains information about a given cancer e.g. LesionID (autonumber), the diagnosis, excision complete/incomplete, excision margin (mm) and a field called Type. Type groups the cancer into one of three categories - primary, re-excision or metastasis. My other table contains the Metastasis information e.g. Region(where it was found), what side (Right/Left), etc. The problem I have is I only need to fill out information on the metastasis table sometimes, (as only some cancers metastasise) and so what I need is a kind of conditional relationship. I’ve set the LesionID as the primary key on the main Lesion table but I'mnot sure how to link it to the metastasis table. Do I use LesionID?
I’ve run into problems when trying to create a form for easy data entry. I need a form that when you select metastasis as the type it will open the metastasis form for you to enter data into, but note down at the same time its given LesionID.
Currently I’m completely stuck so if anyone could help me out it’d be much appreciated.
I’ve run into problems when trying to create a form for easy data entry. I need a form that when you select metastasis as the type it will open the metastasis form for you to enter data into, but note down at the same time its given LesionID.
Currently I’m completely stuck so if anyone could help me out it’d be much appreciated.