Gustav Brock
gustav at cactus.dk
Wed Sep 8 02:33:13 CDT 2004
Hi Arthur You could try playing with the GoToPage method: Forms("frmYourForm").GoToPage 1, x, 0 where x = ([count of columns to move] + Offset) * [Width of column in twips] If you succeed somehow please let us know. /gustav > The way is datasheet form is currently laid out, the column > corresponding to today is positioned at the extreme right of the visible > part of the form. Column 1 of the form is invisible. Column 2 is frozen. > I would LOVE to somehow scroll the columns so that the column selected > using your code is the first visible scrollable column. Is horizontal > scrolling somehow programmable?