pointing to a specific row

  • Thread starter Thread starter HowardChr via AccessMonster.com
  • Start date Start date
H

HowardChr via AccessMonster.com

I have a from which is pulling in a column (named Loc_Desc) from a table
named "Input". What I am wondering is, how can I set it up so that it is
looking at a specific ROW in that column, instead of looking at the first row
each time I load the form?
 
It depends on what row you would want to display on the form. You must set
some sort of criteria so the form can go to the specific record. By default
the form will return the first row.

There are a couple of possibilities here. You could set up a combobox which
could provide the parameter or you could set up a criterium on another form
which could be the parameter to go to the specified record in your form.

Maurice
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top