Crosstab-Like Form?

D

David D

I am trying to create a form that displays data like so:
Column Headers that show House Numbers
Row Headers that show Task Names
Data that has fields for a Date and a Vendor

The user can then input dates/vendors for each of the corresponding Houses
and Tasks, almost like you can in Excel.

The column and row headers are all dynamic because the House Numbers and
Tasks are user-driven.

Is there *any* way to do this?
 
Top