Forms in differant views

  • Thread starter Thread starter Rose
  • Start date Start date
R

Rose

Is there a way to use the same sub form showing two differant views within
the same Main Form. For example: Can I show on one tab a datasheet view and
on the other a regular form view.
 
Rose,
Not sure why you would want to do that, if both subs show the same
data...
Is there a way to use the same sub
Yes you can... but not the same subform. You'll need two subforms, one
in datasheet view, and one in continuous view.
Just copy the sub you have already (ex. frmMySubContinuous), and name it
something like frmMySubDatasheet.

--
hth
Al Campagna
Microsoft Access MVP
http://home.comcast.net/~cccsolutions/index.html

"Find a job that you love... and you'll never work a day in your life."
 
Back
Top