My Assistant
![]() ![]() |
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 Top · Lo-Fi Version | Time is now: 22nd May 2013 - 08:23 AM |