Hi. I have a sample spreadsheet with userforms that I need help with.
Userforms:
ContactSearch
ContactEdit
ContactSearch:
There is a button called "Open Contact" that currently navigates to the record in the table using the following code:
I want it to open the "ContactEdit" form and populate the fields with the items from the table. How do I change the code to make that happen?![]()
Please Login or Register to view this content.
Then, I want to re-save the changes to the same line in the table. I copied the "ContactAdd" form, so the "CmdSaveChanges_Click" code puts the changed information on the next open line instead of on the same line it came from. How do I change the code to do what I want? (I didn't input all of it here since it is so many lines. All of the lines are basically the same, so here is a snipet)
![]()
Please Login or Register to view this content.
Bookmarks