Hello!
On a single form I have two textboxes, where I want the scrollbar on the left textbox to control the scroll on both left and right textboxes. The textboxes will have the same number of lines of text. I can't use listboxes because I need to select text within the field. I've seen examples of synchronized scrolling between forms in access, but I can't find examples of synchronizing scrolling of controls on a single form. Any example files are hard for me to parse, as those files are often doing multiple things at once, and I can't determine where exactly the relevant commands are. I'm also trying to familiarize myself with how the API interacts with VBA; there isn't much documentation I can find so it's slow going and I'm not sure if I can get there on my own.
I'm wondering if anyone can help?