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
FormsAuthentication.Redire<wbr />ctFromLogi<wbr />nPage question
copy selected macros to a brand new workbook
Setting TextBlock Text Property dynamically
Problem with Backup Configuration Wizard in SBS 2003 - "An unexpected error occurred (80070057). The parameter is incorrect"
Edot form data
SSIS error code DTS_E_CannotAcquireConnect<wbr />ionfromCon<wbr />nectionMan<wbr />ager
How do I update a subform combobox from another form that the subform called?
Update Code through VBA
VBA code to loop through two different record sets and output message boxes
add ALL in combobox rowsource query