Lixtbox and Filters in Form

  • Thread starter Thread starter GREGR
  • Start date Start date
G

GREGR

Hi,

I have a search form with a standard listbox and unbound
text box. At the bottom of the form are two buttons, one
to close the form and one to retrieve the record based on
the selection in the listbox. This works, but I then
added a cmd button for adding a a new record in case the
information was not found in the list box.

When the cmd button for adding is click the form will
start, but is brings up the last record that was
retrieved from the listbox. In short the form appears
with the (filter) comment in the record selection at the
bottom of the form.

Do I need to turn a filter off? Where would this be
placed, in the calling form or the form that is called.
Not exactly sure what I should do.

Any guidance, suggestion, examples, sources to review
etc... would be great!

Thanks in advance,
Greg
 
Back
Top