This may be a little insulting for some, but I don't know VBA and i'm on a deadline(its difficult enough to try and teach yourself VBA).
Given the table:
Cause of Death(cause_of_death)
(directly related to a fatality table.
On a form, Cause of death is a combo box with about 12 choices (including 'other')
Suppose the user chooses 'other' for cause_of_death. What code would you use that would prompt an update form linked to the Cause Of Death table.
Given the table:
Cause of Death(cause_of_death)
(directly related to a fatality table.
On a form, Cause of death is a combo box with about 12 choices (including 'other')
Suppose the user chooses 'other' for cause_of_death. What code would you use that would prompt an update form linked to the Cause Of Death table.