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
Controlling order of columns in cross tab report
Excel opens to a gray screen on first launch
Scripting Problem with IFMEMBER
Web Service or WCF? Current system uses thumb drives.
Page life expectancy
OK to remove "Windows\TEMP ?
Moving Navision 3.70 to new SQL Server installation
Find a Text in a cell and copy it to another cell.
Access 2003: shell command - quest 2
Terminal Server 2003 copy and paste files to and from XP Pro clients?