C
Curt
I posted yesterday about a problem I have been working
on. However, I am still not able to get this to work. I
have searched on knowledge base and through help. Here is
my delima.
I have a form with a query as the recordsource. In this
query I have a concatenated field which is the primary
field. This form has a subform which is related to the
form linking to this field. This all works fine, but I
thought I would throw that in just in case the answer to
my question might cause other problems.
Anyway I have an unbound listbox on my main form. This
list box is updated when I select items from the main form
and the subform. This list box also has the field from
the concatenated field(hidden). What I am trying to do is
select a row (person with items related to that person)
from the listbox to bring up their record on the main
form, in case users need to update their record. How do I
go about doing this? I have looked up bookmarks and
recordsetclones, but I still have not got anything to work
for the past 2 days since I am selecting a string.
I have researched applyfilter and each method I try I
either get the form being blank, or not filled at all, or
an error message.
Any help with this would be appreciated.
on. However, I am still not able to get this to work. I
have searched on knowledge base and through help. Here is
my delima.
I have a form with a query as the recordsource. In this
query I have a concatenated field which is the primary
field. This form has a subform which is related to the
form linking to this field. This all works fine, but I
thought I would throw that in just in case the answer to
my question might cause other problems.
Anyway I have an unbound listbox on my main form. This
list box is updated when I select items from the main form
and the subform. This list box also has the field from
the concatenated field(hidden). What I am trying to do is
select a row (person with items related to that person)
from the listbox to bring up their record on the main
form, in case users need to update their record. How do I
go about doing this? I have looked up bookmarks and
recordsetclones, but I still have not got anything to work
for the past 2 days since I am selecting a string.
I have researched applyfilter and each method I try I
either get the form being blank, or not filled at all, or
an error message.
Any help with this would be appreciated.