"Like" Usage

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

Guest

I am using a query that contrains a Like condition in a form. When run, the query will return multiple records. I would like to select the record I need by clicking on it, and it's data be used to fill the data fields of a form. Any clues on how to do this?
 
Dear Art:

Perhaps you would want to use the query as the RowSource of a combo
box. The user can then choose which row of the result to use.

A list box does this, also, but is not as compact.

Tom Ellison
Microsoft Access MVP
Ellison Enterprises - Your One Stop IT Experts
 
Back
Top