Crystal Reports XI - Developers Edition
I have a report that uses 2 MS Access Tables. They are:
PartStatus
dbPartNumber text 30
dbPartDescription text 50
dbIsThisNonInv text 1
InventoryNotes
dbPartNumber text 30
dbPartNotes text 250
In the Detail section I have a Record formula that states: {PartStatus.dbIsThisNonInv}="N" (This is working)
I am trying to print a list of all Parts(dbPartNumber) and there Descriptions(dbPartDescription) and dbPartNotes if there are any.
What's happening is ONLY those Parts that have dbPartNotes are printing.
In my test data, there are approximately 500 parts that are in the PartStatus Table where dbIsThisNonInv="N". In the InventoryNotes table, I have 3 Parts that have dbPartNotes. My output report should be a list of 500 Parts where 3 of them have notes. WHAT I AM GETTING is only the 3 Parts that have Notes.
In Crystal Reports, Under the "Database Expert" menu item, I have linked the PartStatus table and the InventoryNotes table via dbPartNumber..
Can you help me and tell me what I am doing wrong?
Thank you,
Sam