Locating on a sub form

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

Hoe can I locate a record on a continuous form type sub form based on a
value of a column, via code?

Thanks

Regards
 
John,

How do you identify which value you want to use as the criterion for the
record location?

Anyway, there are a few ways to do this. Here's one...
Me.NameOfField.SetFocus
DoCmd.FindRecord "ValueToFind"

--
Steve Schapel, Microsoft Access MVP


John said:
Hi

Hoe can I locate a record on a continuous form type sub form based on a
value of a column, via code?



__________ Information from ESET Smart Security, version of virus signature database 4117 (20090530) __________

The message was checked by ESET Smart Security.

http://www.eset.com
 

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