Connecting Tech Pros Worldwide Help | Site Map

ListViewRemember

  #1  
Old November 13th, 2005, 10:00 AM
Adam
Guest
 
Posts: n/a
Hi
I have Ms. ListView in the MS.Access in the Form
I can change size and move columns by mouse
But I don't know how do it this that Visual Basic should be remember
thes arrange by mouse in the Form
Please, help me
  #2  
Old November 13th, 2005, 10:00 AM
Bob Quintal
Guest
 
Posts: n/a

re: ListViewRemember


slidera@poczta.onet.pl (Adam) wrote in
news:e45d4671.0504170402.2ae85506@posting.google.c om:
[color=blue]
> Hi
> I have Ms. ListView in the MS.Access in the Form
> I can change size and move columns by mouse
> But I don't know how do it this that Visual Basic should be
> remember thes arrange by mouse in the Form
> Please, help me[/color]

Access will never remember listview changes don from form view.

Go to design view: the positions of fields is set by the .[color=blue]
>data>rowsource property. If you change the order, you need to set[/color]
the boundcolumn.property to match. The width of each column is set
in the >format>columnwidths property.

save the modified design.

--
Bob Quintal

PA is y I've altered my email address.
Closed Thread