How do I specify the number of continuous forms to show?

  • Thread starter Thread starter Keith G Hicks
  • Start date Start date
K

Keith G Hicks

I have a form that is set as follows:

DefaultView = Continuous Forms
BorderStyle = Dialog (I don't want user to resize it)
AutoResize = True
AutoCenter = True
All the control box and those types of buttons are off
PopUp = True

For some reason it always opens with only one record showing. There are
many, and I want the height to be such that 5 or 6 of the records
(continuous forms) show in the detail section. When I set it to Sizeable, I
resize it and click save. Then when I change it back to Dialog and run it
it's back to 1 record. I have a similar form in the program I'm working on
and it works as I want it to. I can't seem to see any difference between
the 2.

Is there a way to tell access how many continuous forms to show?

Any advice would be appreciated.


Thanks,

Keith
 
Never mind. I just put the form into another form so that the continuous
forms are a subform of the the other one. That's the way I usually handle
this, but just wasn't thinking clearly. Programmer that originally wrote
this didn't put his continous forms as a subfom in another form.

Keith
 
Back
Top