S
SJW
I have a well functioning database that sorts hundreds of publications based
on three cascading combos. - category, subcategory and publication (title). I
have it set-up that on one form (FmAddNew) the user selects a category from
the first cbo, then a subcategory which is linked to the category cbo. On
this form, the user enters the title into a text box. All other details are
text boxes within a subform.
On another form (FmView) the user is able to retrieve a publication via
three cbos. Firstly they select the category from a cbo, then the subcategory
from another cbo, and in a third cbo, all publications under that
category/subcategory combination are displayed in a drop-down list. The user
can then select the title of a publication and all details relating to that
publication are displayed.
On FmView, the user can also edit publication details if required. However,
they are unable to edit the publication title within the third cbo. I am
having difficulties trying to devise suitable code, so any advice greatly
accepted.
thanks
Steven
on three cascading combos. - category, subcategory and publication (title). I
have it set-up that on one form (FmAddNew) the user selects a category from
the first cbo, then a subcategory which is linked to the category cbo. On
this form, the user enters the title into a text box. All other details are
text boxes within a subform.
On another form (FmView) the user is able to retrieve a publication via
three cbos. Firstly they select the category from a cbo, then the subcategory
from another cbo, and in a third cbo, all publications under that
category/subcategory combination are displayed in a drop-down list. The user
can then select the title of a publication and all details relating to that
publication are displayed.
On FmView, the user can also edit publication details if required. However,
they are unable to edit the publication title within the third cbo. I am
having difficulties trying to devise suitable code, so any advice greatly
accepted.
thanks
Steven