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
Exchange 2010 coexistence with Exchange 2003
How do you check the current date format of an SQL Server 2005 database?
open port 1433 sql server in windows server 2008
How do I put a specific table row at the END of my 'ORDER BY' list?
Automated countdown in outlook calendar?
I need help appending text to cells in excel
FoxPro Code for creating text string for Intelligent Mail Barcode
Scrolling Issue With DataGridView & Wrapping Text
Boolean as criteria in Access 2003 query
Terminal Server installation on Windows Essential Business Server 2008.