UtterAccess.com
X   Site Message
(Message will auto close in 2 seconds)

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> How to Goto a particular record on a continous form    
 
   
zocker
post Aug 12 2004, 09:37 AM
Post #1

Utterly Eccentric and Moderator
Posts: 3,663
From: Bristol / Ipswich / Spain



Any on have any ideas about how to do this?

Thanks

Z
Go to the top of the page
 
+
AJS
post Aug 12 2004, 09:44 AM
Post #2

UtterAccess VIP
Posts: 3,893
From: Lansing, Michigan, USA



I can't think of exactly how to do this, but the code wizard for Combo boxes can build a combo to jump to a particular record. I'd suggest starting with that, and adapting as necessary.

-AJ
Go to the top of the page
 
+
Kerem
post Aug 12 2004, 10:18 AM
Post #3

UtterAccess Addict
Posts: 115
From: Toronto, Canada



Using a combo box for the value, below code will take you t
QUOTE
o the desired record.

Private Sub Command14_Click()

DoCmd.GoToControl ("id")
DoCmd.FindRecord Me.cmbGoto, , True, , True, , True

End Sub

-Kerem
Go to the top of the page
 
+
zocker
post Aug 12 2004, 01:48 PM
Post #4

Utterly Eccentric and Moderator
Posts: 3,663
From: Bristol / Ipswich / Spain



Good idea I'll give it a try.

Thanks

Z
Go to the top of the page
 
+

Thank you for your support! Reply to this topicStart new topic

Jump To Forum:
 



RSS Go to Top  ·  Lo-Fi Version Time is now: 22nd May 2013 - 08:23 AM