Help....hehe
CR version: 9 Pro
DB: Oracle 8i
Currently stuck trying pull data displaying preference cards for a particular doctor and all of the materials referenced by a particular preference card.
Tables/fields in use: Person.PersonID,Person.Full_Name,Card.Card_ID,Card.SurgeonID.
I've not even begun to try and get the materials yet as I have hit the road block called poor db design.
I should be able to join the tables in Crystal based on the Person.Person_ID field and the Card.Surgeon_ID field. Unfortunately, the Person_ID field is a string value and the Surgeon_ID field is a number value. This is a totally vendor maintained db so creating a view or otherwise modifying the database is not really an option.
Is there something that I can do to pull/link those tables/fields in Crystal?
Thank you,
Andy
CR version: 9 Pro
DB: Oracle 8i
Currently stuck trying pull data displaying preference cards for a particular doctor and all of the materials referenced by a particular preference card.
Tables/fields in use: Person.PersonID,Person.Full_Name,Card.Card_ID,Card.SurgeonID.
I've not even begun to try and get the materials yet as I have hit the road block called poor db design.
I should be able to join the tables in Crystal based on the Person.Person_ID field and the Card.Surgeon_ID field. Unfortunately, the Person_ID field is a string value and the Surgeon_ID field is a number value. This is a totally vendor maintained db so creating a view or otherwise modifying the database is not really an option.
Is there something that I can do to pull/link those tables/fields in Crystal?
Thank you,
Andy