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
is there 64-bit Jet OLEDB Provider??
localhost/certserv doesnt work, says that the page cannot be found
Share resource fails to bring online
Problem (AGAIN) Data Type Mismatch in criteria expression
Combine multiple Excel sheets into one sheet
Insert File VBA issues with Styles
How do i import data from Visual FoxPro 6.0 DB to Access 2003 with VBA
Fonts not showing in fontlist
ApplyFilter based on multiple criteria selected from combo boxes...
Rank records in an Access Dbase by date