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
Need to get the guaranteed HWND on startup of a form
How do I deactivated Windows 2008 R2 KMS Key?
Pivot table Field settings not preserved
how to get single line answer for my query
Site Configured for use with ASP.NET 1.1.4322.573
User tasks information
Troubleshooting a Windows Vista Home Premium networking problem for a client.
Installing Visual Studio 2003 yields "Please go to Control Panel to install and configure system components"
Outlook 2007 wrapping text
Updataing XLstart with a personal.xls module