There are two examples on the page - I was working on trying to see how
the first example titled "Capturing Information" worked.
I'm trying to work with an exact copy of the example. No plans to change
any variable names or data sets until I have a working reference
example.
To be more specific about the error; in the section "displaying data" -
Private Sub GetData() seems to be the offending routine. If the textbox
is pre-loaded with 2 and you type a new number to jump to a new row in
the 2-20 range, then you get the Illegal Row Number msgbox. And none of
the database txtboxes fill with the data.
Thoughts?