G
Guest
Dear friends,
Pls help me with the following problem.
I am trying to open a form programatically from whithin another form using a
command button in the first one.
Nothing new until now unless the second form opens in single form view
eventhough I did everything I could to open it in datasheet view and to
position it in the center of the screen.
The code used to open (from commandbutton) is:
docmd.openform strdocname, , , linkcriteria, , acwindownormal
and all the properties for the second form are properly set to open it in
dataset view.
Any help will be appreciated.
Thanks in advance.
Catalin
Pls help me with the following problem.
I am trying to open a form programatically from whithin another form using a
command button in the first one.
Nothing new until now unless the second form opens in single form view
eventhough I did everything I could to open it in datasheet view and to
position it in the center of the screen.
The code used to open (from commandbutton) is:
docmd.openform strdocname, , , linkcriteria, , acwindownormal
and all the properties for the second form are properly set to open it in
dataset view.
Any help will be appreciated.
Thanks in advance.
Catalin