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

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Find Next, Any Version    
 
   
access2009eg
post Apr 29 2012, 04:52 AM
Post #1

UtterAccess Guru
Posts: 860



dear friends
i use this code to find records in a form

Private Sub Command14_Click()
DoCmd.GoToControl "P_name"
DoCmd.FindRecord Me.Text16.Value
End Sub

And work very good

The problem is this code find one record only or maybe first record

i use this code but not work (not find another record)

Private Sub Command15_Click()
DoCmd.FindNext
End Sub


how can i use find next to find more than one record
thanks
Go to the top of the page
 
+
kapeller
post Apr 29 2012, 06:15 AM
Post #2

UtterAccess VIP
Posts: 2,630
From: Melbourne Australia Down Under



Hi

See if something like this helps or gets you started.


UA Link
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: 21st May 2013 - 07:20 AM