E
esleea
Hi,
I have a form (call this Aform) which lists results from a query; but
I also want to add a find option to the form so that the user can
just enter in the unique ID ( which is display on the result form).
When the user clicks find, it searches 6 other different types of
forms (more detail information on these forms). If it finds the ID,
it
opens the new form (Bform) and displays that record on Bform.
I tried DoCmd.OpenForm but I couldn't get it to work.
Thanks
I have a form (call this Aform) which lists results from a query; but
I also want to add a find option to the form so that the user can
just enter in the unique ID ( which is display on the result form).
When the user clicks find, it searches 6 other different types of
forms (more detail information on these forms). If it finds the ID,
it
opens the new form (Bform) and displays that record on Bform.
I tried DoCmd.OpenForm but I couldn't get it to work.
Thanks