Please compact your DB before uploading it.
Your 13 mb file reduced to 400k, when I ran the Compact utility.
To solve you issue for "Severity" you should Right click the textbox in design view and select: "Change to".
The select a combobox
Set the "RowSourceType" property of the combobox to "Value List".
Set the "RowSource" property to: 1,2,3,4,5
Set the Limit to list property of the combobox to: Yes
For the Status:
you should Right click the textbox in design view and select: "Change to".
The select a combobox
Set the "RowSourceType" property of the combobox to "Value List".
Set the "RowSource" property to: "Open","Closed"
Set the Limit to list property of the combobox to: Yes
This way they can "Only" select/enter Pick 1,2,3,4 or 5 for severity.
And only Open or Closed for Status
;-)
Make sense?
JeffCoachman