The basic structure for the grid is as follows:
FOR all the customers in the customers table
SHOW the FullName in the first column of the grid
SHOW the Certification columns in the next columns of the grid, based on filters outside of the grid for Year and Quarter.
Make the table editable so that all customers, whether they are in the Certification table or not, are shown and then saving populates their records in the cCertifications table for that particular Year and Quarter.
I am unable to show ALL customers and their associated attributes in the grid. In Access, something like a Join or Select query would allow me to do this but I can't seem to be able to do this in Method.