P
Paul Martin
Hi All,
I have a series of different forms containing a list box
which is used to open another form with the correct
record. Because of various search routines, the RowSource
for these listboxes are set programatically.
The problem I have is that when I close the related form
(and these are without exception unbound forms), a simple
requery does not work. This requery has been called from
the form.close event of the form being edited. It's fine
if I'm adding new records, but if I'm just editing the
record, the requery method just doesn't work.
I would be really grateful if anyone can make any
suggestions as to how I can overcome this issue.
Thanks & Regards,
Paul Martin
I have a series of different forms containing a list box
which is used to open another form with the correct
record. Because of various search routines, the RowSource
for these listboxes are set programatically.
The problem I have is that when I close the related form
(and these are without exception unbound forms), a simple
requery does not work. This requery has been called from
the form.close event of the form being edited. It's fine
if I'm adding new records, but if I'm just editing the
record, the requery method just doesn't work.
I would be really grateful if anyone can make any
suggestions as to how I can overcome this issue.
Thanks & Regards,
Paul Martin