G
Guest
I am trying to copy data from a field in a form to a combobox (dropdown field) in a subform using a macro.
GoToControl Application
RunCommand Cop
GoToControl Forms![_Product_OLD_DATA Query]![Move Productxx].Form![Combo34]
RunCommand Past
The name in the properties section of the field I want to copy to is Combo34. I get an error message telling me there is No Field Named Combo 34 in the Current Record. It does not seem to be finding the subform. How do I bring up the subform so It can find combo 34
I have tried to use just Combo 34 and the name of the new field, Application alone with no luck.
GoToControl Application
RunCommand Cop
GoToControl Forms![_Product_OLD_DATA Query]![Move Productxx].Form![Combo34]
RunCommand Past
The name in the properties section of the field I want to copy to is Combo34. I get an error message telling me there is No Field Named Combo 34 in the Current Record. It does not seem to be finding the subform. How do I bring up the subform so It can find combo 34
I have tried to use just Combo 34 and the name of the new field, Application alone with no luck.