sugarsweetpee
New member
- Local time
- Today, 21:17
- Joined
- May 25, 2011
- Messages
- 4
Ok, as you will guess from reading this I am an ameture and struggling and if there is another thread that links to this I am sorry I couldnt see one!
I have created a database with many tables, relationships, forms, sub forms etc.
The part I am stuck on is my reports.
My database hold lots of information on clients, contact information and the most troublesom bit an events log with a linked document table (to allow for files to be uploaded) and a correspondence table (to allow for uploads of files to)
I have created a report to sumarise this. The trouble starts with the fact that not every event has both a document record and a correspondence record. Some have one or the other, some have both and others have none. I have managed to get all of the records to show by changing the relationship type and the record source (replacing INNER JOIN with LEFT JOIN).
My Report also has groups:
Group One: Area Code
Group Two: Site Name
Group Three: Event Log Reference
I now have (in the places where there is no record for corrospondence or document) a completely blank set of fields which while correct, wastes space and is confusing. My question is ...
Is there any way force these fields to hide if there is no record present?
I have tried different ways of doing it but without being able to write code sufficiently well I always came upstuck. Any suggestions?
I have created a database with many tables, relationships, forms, sub forms etc.
The part I am stuck on is my reports.
My database hold lots of information on clients, contact information and the most troublesom bit an events log with a linked document table (to allow for files to be uploaded) and a correspondence table (to allow for uploads of files to)
I have created a report to sumarise this. The trouble starts with the fact that not every event has both a document record and a correspondence record. Some have one or the other, some have both and others have none. I have managed to get all of the records to show by changing the relationship type and the record source (replacing INNER JOIN with LEFT JOIN).
My Report also has groups:
Group One: Area Code
Group Two: Site Name
Group Three: Event Log Reference
I now have (in the places where there is no record for corrospondence or document) a completely blank set of fields which while correct, wastes space and is confusing. My question is ...
Is there any way force these fields to hide if there is no record present?
I have tried different ways of doing it but without being able to write code sufficiently well I always came upstuck. Any suggestions?