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
Using runtime themes on XP Embedded
Force TransferSpreadsheet to fail on key violation
XP - can't pass through the login stage
MS Access Query Error when executed from VBA with DMAX() function
Handling Null values in Microsoft Access query criteria
Database Mail - Multiple queries within sp_send_dbmail.
Equivalent Data type for MEMO field
Disable all controls on Subform
CERTIFICATE TEMPLATE NOT VISIBLE
Linq Distinct