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:
ReportID
ReportName
ReportTypeID
Attribute4
Attribute5
etc.
There are only 4 records in ReportTypes and this is unlikely to ever change. Here's my INCREDIBLY green novice question . . . how should I design a form to add new reports? The standard master/child subform that the wizard creates puts the control to add new ReportTypes top and center, but new ReportTypes are probably never going to be added.
I think I want some kind of a datasheet style form where the user can add new reports and select from some kind of a listbox or combobox to enter the field ReportTypeID, but I can't seem to get it working. I want the user to be able to choose from a list of ReprtTypeDescription values, not ReportTypeID values.
Please help a newbie!
thanks,
Lisa
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:
ReportID
ReportName
ReportTypeID
Attribute4
Attribute5
etc.
There are only 4 records in ReportTypes and this is unlikely to ever change. Here's my INCREDIBLY green novice question . . . how should I design a form to add new reports? The standard master/child subform that the wizard creates puts the control to add new ReportTypes top and center, but new ReportTypes are probably never going to be added.
I think I want some kind of a datasheet style form where the user can add new reports and select from some kind of a listbox or combobox to enter the field ReportTypeID, but I can't seem to get it working. I want the user to be able to choose from a list of ReprtTypeDescription values, not ReportTypeID values.
Please help a newbie!
thanks,
Lisa