G
Guest
Hello,
I have a table that contains document metadata for a set of reference
documents.
I have a form that displays the metadata in separate fields. On the form I
also
have a list box that only lists the document titles. When the user clicks
on a title,
the detailed document metadata gets displayed on the form. That all works
wonderfully.
My problems:
1. When the form first opens, the document details that are displayed are
NOT from the first document (sorted by title, even though I have set it to
be).
2. The list box is nicely ordered by title, as desired, but there is not
selected item.
Can someone help me with these? If I use the listbox.selected property, I
can
select any item I want in the list box, but then clicking seems to be
disabled
(at least the AfterUpdate method isn't being called).
Sorry if the answers have been posted previously. I have looked and
looked....
Thanks
I have a table that contains document metadata for a set of reference
documents.
I have a form that displays the metadata in separate fields. On the form I
also
have a list box that only lists the document titles. When the user clicks
on a title,
the detailed document metadata gets displayed on the form. That all works
wonderfully.
My problems:
1. When the form first opens, the document details that are displayed are
NOT from the first document (sorted by title, even though I have set it to
be).
2. The list box is nicely ordered by title, as desired, but there is not
selected item.
Can someone help me with these? If I use the listbox.selected property, I
can
select any item I want in the list box, but then clicking seems to be
disabled
(at least the AfterUpdate method isn't being called).
Sorry if the answers have been posted previously. I have looked and
looked....
Thanks