S
SJW
I am trying to build a database that sorts hundreds of publications stored on
our network. First, the User needs to select the category and then the
sub-category of their desired publication. Therefore, I have three combos
which sort hierarchical data. ie. cboCategory to cboSubcategory to
cboPublication. These combos are unbound and work OK. However, once I try to
use these cbos in other ways, problems start.
I want to be able to use these three combos in two ways.
1. I want the user to be able to add new publications. By using these cbos.
the user chooses the category and sub-category. The user should then be able
to add the title of the new publication in the cboPublication. Following
that, they enter other details into fields eg. date, author, abstract etc.
including a hyperlink to the document (if a soft-copy is available on file).
2. On another form, I would like the user to be able to search for their
desired publication. Once the Category and Subcategory have been selected, a
list of publications is provided in the third cbo. The user selects a
publication from the list, and then all details of that publication are
provided eg. author, date etc. including a hyperlink to the document.
For the first part, I used the Form "AddNewPublication" and bound it to
tblPubdetails. But the three combos do not work once they are bound to a
field in this table.
I hope this explanation makes sense. I am using Access2003. Grateful any
advice.
thanks
SJW
our network. First, the User needs to select the category and then the
sub-category of their desired publication. Therefore, I have three combos
which sort hierarchical data. ie. cboCategory to cboSubcategory to
cboPublication. These combos are unbound and work OK. However, once I try to
use these cbos in other ways, problems start.
I want to be able to use these three combos in two ways.
1. I want the user to be able to add new publications. By using these cbos.
the user chooses the category and sub-category. The user should then be able
to add the title of the new publication in the cboPublication. Following
that, they enter other details into fields eg. date, author, abstract etc.
including a hyperlink to the document (if a soft-copy is available on file).
2. On another form, I would like the user to be able to search for their
desired publication. Once the Category and Subcategory have been selected, a
list of publications is provided in the third cbo. The user selects a
publication from the list, and then all details of that publication are
provided eg. author, date etc. including a hyperlink to the document.
For the first part, I used the Form "AddNewPublication" and bound it to
tblPubdetails. But the three combos do not work once they are bound to a
field in this table.
I hope this explanation makes sense. I am using Access2003. Grateful any
advice.
thanks
SJW