selecting a continuous subform's record?

Ecron

Registered User.
Local time
Yesterday, 20:40
Joined
Aug 31, 2006
Messages
58
How can I select the record of a subform, using its PK, if that subform is continuous?

I've searched the forums for quite awhile and seen the usage of bookmarks, and also read that bookmarks become invalid when records start getting deleted and that would propose a problem.

Any aide would be wonderful!

Thanks.
 
What have you tried? What were the results? Have you used the Find Method? What about DoCmd.FindRecord?
 
Moniker,

Firstly, thanks for the reply.

And here are the answers to your questions:

I have tried using the DoCmd.FindRecord. It does not work because my PK is not selectable within the subform, which is the way I would prefer it.

I am unaware of the Find Method, but after searching it within the help file it appears to only apply to Modules..?

I tried setting the focus, but that wouldn't work because I can't set the focus of a specific record within a continuous subform.

As far as bookmarking, I haven't succesfully made it work... but, that's probably due to a lack of understanding.

I'm hoping it's just another route that i'm unaware of.

Thanks!
 

Users who are viewing this thread

Back
Top Bottom