Display record in a form after user enters criteria using dialog b

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to give a user the ability to find a record by supplying a
parameter in a combo box i(n a dialog box that I have created.)

Once the user selects the value, they should be shown the resulting data in
a form that I created, not in a datasheet. Using the custom form I created,
they edit the data and save the record.

I would rather use VB code to acheive this, not a pile of macros. Can
anyone help me?
 
Just to let you know where I am with this.

I created the dialog box and it works well. It's a combo box. When I
select a value from the combo box, the record that corressponds to the
selection is returned in datsheet format. Currently it is linked to a query.
All I need to do is to get this record to display in a form so it can be
edited easily.

thanks...
 
Back
Top