Hi experts!
I need to create a subform based on a following recordset: date_field, text_field, numerical_fields1-17. text-field have 5 specific values and I need the final record set to consist of 5 rows (based on text_field) followed by 17 columns of numerical fields where date_field is used for filtering purposes and is being taken from main form. The problem is that there might be no records for exact date but I still need to have five rows with five unique text_field values and numercal_fields 1 through 17 shown as '0'.
When I try to use nz function on date in query I get the records with null records for specific text_field, and other dates for the rest of specific text_field. When I add "Where" clause I see only those rows of text_field where date is null. I am totally fine with dynamically created record source but I still cannot figure out how to do it.
Thanks!
I need to create a subform based on a following recordset: date_field, text_field, numerical_fields1-17. text-field have 5 specific values and I need the final record set to consist of 5 rows (based on text_field) followed by 17 columns of numerical fields where date_field is used for filtering purposes and is being taken from main form. The problem is that there might be no records for exact date but I still need to have five rows with five unique text_field values and numercal_fields 1 through 17 shown as '0'.
When I try to use nz function on date in query I get the records with null records for specific text_field, and other dates for the rest of specific text_field. When I add "Where" clause I see only those rows of text_field where date is null. I am totally fine with dynamically created record source but I still cannot figure out how to do it.
Thanks!