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
RichTextbox 256 characters
How to Extract gZip Base64 encoded Data
Microsoft Exchange 2007 32 bit Product Key
Use varaible in Docmd.transfertext
ISA 2006 blocks GMAIL
A SQL Server error occurred when tracking contacts in CRM
Duplicating Records In Access Form
SUS and WSUS --- Best practice and set up and configuration
Free/Busy Exchange 2007 SBS08 migrated from SBS03
Defining a SourceWorkbook dynamically