Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / New Users / July 2006

Tip: Looking for answers? Try searching our database.

MS Access - Move to a Specific Record in a Form.

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
nichole - 27 Jul 2006 02:18 GMT
Right now I have a form that loads a recordset of employees and their
information.  I want to be able to choose an employee from a combo box
on another form and then load that employee and their information on
the main form.  BUT... I also want to be able to move through rest of
the recordset as well.  I guess I just want to move to the specific
record chosen.  I have tried the recordset clone option and it finds a
match but when the form loads the employees information I still always
end up with the first employee in the database and not the specific one
I chose.

any suggestions???  I don't know how this works?

gstrSS = Form_Switchboard.txtSearchSIN

   Me.RecordsetClone.FindFirst "[SIN] = '" & gstrSS & "'"

   If Not Form_Switchboard.Form.RecordsetClone.NoMatch Then
       Me.Bookmark = Form_Switchboard.Form.RecordsetClone.Bookmark
   End If

Nichole
Al Camp - 27 Jul 2006 13:54 GMT
Nichole,
  On my website (below) I have a sample A97 and A2003 file called QuickFindCombo.  It
shows how to navigate from record to record by choosing a value from a combo... using the
FindRecord method.
  That should be what you want.
Signature

hth
Al Camp
Candia Computer Consulting - Candia NH
http://home.comcast.net/~cccsolutions
There are 10 types of people in the world.
Those who understand binary, and those who don't.

> Right now I have a form that loads a recordset of employees and their
> information.  I want to be able to choose an employee from a combo box
[quoted text clipped - 17 lines]
>
> Nichole
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.