beckwiga
Programmer
- Mar 30, 2005
- 70
I am a newbie VBA programmer. I want to add a ListView box to my Form. I want the ListView to consist of the contents of my local table called ADDRESS. I'm not sure I know where to begin, for example, setting up the ADO and recordset information? Do I add this in the Private Sub ListView1_GotFocus()? My table is only like 3 columns and maybe a few dozen records. Anyone help get me started?