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
Shell batch file and return values
Copying Tables in Fox 9
Connecting a workstation to existing SBS 2003 network
Control Toolbox, Powerpoint 03
GLIBCXX_3.4.9' not found C++
Matching case in SQL
Public folder replication not working on Exchange 2007?
Access 2003 upgrade - user unable to launch parameter queries, or use Report preview button.
populating @recipients value using msdb.dbo.sp_send_dbmail from a database table
How to add a team discussion to a task list