popup form

  • Thread starter peljo via AccessMonster.com
  • Start date
P

peljo via AccessMonster.com

i made a popup form to be opened with the OnOpen event of the main form.I
made it in a datahseet view.However when opened it shows only the first row
and is with a very small window.How can i show all the rows in the form ?
 
S

scubadiver

Look at the "format" tab on the properties. Make sure it is "continuous"
(not single) and set the "autosize" to "no".
 
Top