Microsoft
Software
Hardware
Network
Question : Access........How do i "Go To" a record based on user id input
I have an Access DB whereby i want to be able to place an input text box and a button on my form. I want to be able to input a specific record ID in the text box, hit the button, and "Go To" that specific record. Any help would be appreciated!
Answer : Access........How do i "Go To" a record based on user id input
Better yet:
Private Sub Command3_Click()
Me.RecordsetClone.FindFirs
t "[RecID] = " & Me.YourTextBoxNameHere
Me.Bookmark = Me.RecordsetClone.Bookmark
End Sub
mx
Random Solutions
Why do I get "Invalid Qualifier" with the following code
Looking for a transparent-background-pic<wbr />ture-contr<wbr />ol for MFC
problem using DAO.Workspace and connecting to Access Database
Email Multiple Query Lines in the Body of an Email with Access
SQL Server Deadlock Free!
SQL 2005
Set warnings off/on in Access 2002
Telerik Reporting, Report Viewer
How do I save one record per report in Access 2007
How to add HP thin client with XPE to 2003 domain?