Hi,
I'm designing my very first Access app! Two of my table are Reports and ReportTypes. There are only 4 records in ReportTypes and this is unlikely to ever change. Here is my table structure:
ReportTypes table only has 2 fields:
ReportTypeID
ReportTypeDescription (8 char)
Reports table...