G
Guest
Hi,
I have what I call a Master form with two subforms on it. Depending on what
you do on the bottom subform will affect the top subform.
The problem I am having is moving the focus from the bottom subform to a
specific field in the top subform after a specific action is preformed.
My code is: DoCmd.GoToControl ([Forms]![frm Mat Req - Master]![frm Mat Req -
Top].[Form]![cbo Project ID])
Which is giving me an error of: Run-time error 2498, An expression you
entered is the wrong data type for one of your arguments.
Also I am having a problem requering the top subform from the bottom
subform. I do this to show the user the updated info they are building from
the bottom subform.
I know that I should know all this but am having a brain fart day already ....
I have what I call a Master form with two subforms on it. Depending on what
you do on the bottom subform will affect the top subform.
The problem I am having is moving the focus from the bottom subform to a
specific field in the top subform after a specific action is preformed.
My code is: DoCmd.GoToControl ([Forms]![frm Mat Req - Master]![frm Mat Req -
Top].[Form]![cbo Project ID])
Which is giving me an error of: Run-time error 2498, An expression you
entered is the wrong data type for one of your arguments.
Also I am having a problem requering the top subform from the bottom
subform. I do this to show the user the updated info they are building from
the bottom subform.
I know that I should know all this but am having a brain fart day already ....