Dear All,
Thanks for a great forum!!!
I have the following problem and any help would be greatly appreciated.
I have a few fields in my query PolConsultationReport
The fields do not always have data...
I have used the following in the criteria of my Sound field.
It only pulls a few records, not all of them.
I have tried different table joins within the query.
The tables that are joined are CustomersMainTable to Representations (One to Many, One customer to many representations)
The field Sound in the query comes from the Representations table.
Is there a way to pick up all information even if the field is blank.
Because I have a few combo boxes on the form and want if they are blank to show all records.
Again any help would be greatly appreciated
Thank you!
Thank you,
Kind regards
Triacona
Thanks for a great forum!!!
I have the following problem and any help would be greatly appreciated.
I have a few fields in my query PolConsultationReport
The fields do not always have data...
I have used the following in the criteria of my Sound field.
Code:
Like "*" & [Forms]![MainScreen].[cmbSound] & "*"
It only pulls a few records, not all of them.
I have tried different table joins within the query.
The tables that are joined are CustomersMainTable to Representations (One to Many, One customer to many representations)
The field Sound in the query comes from the Representations table.
Is there a way to pick up all information even if the field is blank.
Because I have a few combo boxes on the form and want if they are blank to show all records.
Again any help would be greatly appreciated
Thank you!
Thank you,
Kind regards
Triacona