beckwiga
Programmer
- Mar 30, 2005
- 70
Here's another one I can't figure out...
I have a ListView on my form. I want to be able to select a row in the ListView, and upon doing so, I want the rest of my form to goto that record id. For example, my Listview consists of Name, City, State. I have other fields on my form, also Name, City, State, Phone Number, Email, etc, but I want jump to that record (all my fields on the form) when that row is selected. I'm sure I have toi capture the row ID somehow and add 1 or subtract 1 to match my ID in the underlying Address table (my Address form). I'm not sure how to get started though. Been google'ing for a while. Not much on this yet.
I have a ListView on my form. I want to be able to select a row in the ListView, and upon doing so, I want the rest of my form to goto that record id. For example, my Listview consists of Name, City, State. I have other fields on my form, also Name, City, State, Phone Number, Email, etc, but I want jump to that record (all my fields on the form) when that row is selected. I'm sure I have toi capture the row ID somehow and add 1 or subtract 1 to match my ID in the underlying Address table (my Address form). I'm not sure how to get started though. Been google'ing for a while. Not much on this yet.