Form: Go to record

  • Thread starter Thread starter Matthew
  • Start date Start date
M

Matthew

I have a form to edit data, and wanted to allow the user to go to a record
that has the specified data in that field.

I see the GoToRecord function and it looks like what I want, but I am not
sure how to create a box that contains the data, but does not update the
data.

Matthew
 
Add a combo box and check "Find a record on my form based
on the record I selected in my combo box"

Then select the fileds you want to base your find criteria on

Jim
 
Back
Top