M
Matthew
I have two tables that I would like joined with a Cartesian product query
(25 records in each table produces 625 records). However, there is a catch.
I need to have the resulting query/table have additional editable fields
that can be distinct for each record. i.e., defaults to "0" but we can
change this to anything and have that saved.
Also, it needs to be updated when data is added to one of the source tables.
Matthew
(25 records in each table produces 625 records). However, there is a catch.
I need to have the resulting query/table have additional editable fields
that can be distinct for each record. i.e., defaults to "0" but we can
change this to anything and have that saved.
Also, it needs to be updated when data is added to one of the source tables.
Matthew