Continous form To look like DataSheet view

R

RobUCSD

I want to make a continuous form look like a datasheet. I need to do this as
I need the datasheet look but need the functionality of a form for
wordwrapping etc.

Any Ideas,

Rob
 
R

Rick Brandt

RobUCSD said:
I want to make a continuous form look like a datasheet. I need to do this as
I need the datasheet look but need the functionality of a form for
wordwrapping etc.

Any Ideas,

What difficulty are you having? If you make a one row detail section containing
only TextBoxes without labels butted right up against each other it will look
pretty much like a datasheet. Use the form header for your labels.
 
Top