Hi there, I've searched for hours on this site for answers to this question.. and no luck.. only a boblarson code that helps for maybe one subform, and i don't completely understand how it works.
I've got a Main Form with :combobox "Name" that changes subform results
: Subform w/ container name "subform34"
: Subform w/ container name "subform35"
............................. "subform36"
I want to be able to do the following for each subform:
Me.subform34.SetFocus
DoCmd.GoToControl "Field1"
DoCmd.RunCommand acCmdSelectAllRecords
DoCmd.RunCommand (acCmdCopy) ***
Except for starred line, I'm thinking I could save the records as Long, I don't really know.
Someone brought up the possibility of writing SQL to generate a query then export the query.. but don't know
Pls help.
Pls
I'm scared
I've got a Main Form with :combobox "Name" that changes subform results
: Subform w/ container name "subform34"
: Subform w/ container name "subform35"
............................. "subform36"
I want to be able to do the following for each subform:
Me.subform34.SetFocus
DoCmd.GoToControl "Field1"
DoCmd.RunCommand acCmdSelectAllRecords
DoCmd.RunCommand (acCmdCopy) ***
Except for starred line, I'm thinking I could save the records as Long, I don't really know.
Someone brought up the possibility of writing SQL to generate a query then export the query.. but don't know
Pls help.
Pls
I'm scared