F
Fredrated
If I issue a docmd.openform "FormName", the form opens in the same size mode
(full size or resized) as the form that opens it, whether I want it to or
not. I usually solve this by setting popup=yes in the form that I am opening
and it opens in the smaller size no problem. However, I have discovered a
pecularity about popup=yes. If I place a search button on the called (popup)
form, then use the button to conduct a search, the drop-down labeled "Look
In" has the name of the field the cursor was in, this is normal, but then the
second option on the 'look-in' list is the original calling form, not the
form where the search button resides!
For ex., if form 'fStudent' runs DoCmd OpenForm "fSearchMe", and fSearchMe
has a wizard-added search button, the form opened by the search button has a
'look in' list of
lastname
fStudent
instead of
lastname
fSearchMe
(I had to do it this way because, due to problems with connecting the Access
form to a postgreSQL table with ODBC, the form fStudent had to be an unbound
form).
Anyway, to make a long story longer, how do I get the form fSearchMe to open
in the smaller size, not full screen, when I open it, without using popup=yes?
Thanks in advance for any help.
Fred
(full size or resized) as the form that opens it, whether I want it to or
not. I usually solve this by setting popup=yes in the form that I am opening
and it opens in the smaller size no problem. However, I have discovered a
pecularity about popup=yes. If I place a search button on the called (popup)
form, then use the button to conduct a search, the drop-down labeled "Look
In" has the name of the field the cursor was in, this is normal, but then the
second option on the 'look-in' list is the original calling form, not the
form where the search button resides!
For ex., if form 'fStudent' runs DoCmd OpenForm "fSearchMe", and fSearchMe
has a wizard-added search button, the form opened by the search button has a
'look in' list of
lastname
fStudent
instead of
lastname
fSearchMe
(I had to do it this way because, due to problems with connecting the Access
form to a postgreSQL table with ODBC, the form fStudent had to be an unbound
form).
Anyway, to make a long story longer, how do I get the form fSearchMe to open
in the smaller size, not full screen, when I open it, without using popup=yes?
Thanks in advance for any help.
Fred