View Single Post
  #4  
Old June 7th, 2010, 09:30 PM posted to microsoft.public.access.forms
Peter Hibbs
external usenet poster
 
Posts: 871
Default Is a vertical datasheet view possible

Not with the standard Access controls but you could use a Flex Grid
control to do this. Have a look at the Flex Grid Demo at :-

http://www.rogersaccesslibrary.com/f...3b 1d2zcccfb4

for some examples. You will need to write some VBA code to do this
though.

HTH.

Peter Hibbs.

On Mon, 7 Jun 2010 09:02:53 -0700, John F
wrote:

The standard layout for the datasheet view form is horizontal. Is there a way
to display the datasheet view vertically with the field names going down the
left side of the form and the data expanding to the right?