M mcnews Sep 18, 2007 #1 how can i change a textbox control and record source on the fly with VBA. the form is bound to a query. tia, mcnewsxp
how can i change a textbox control and record source on the fly with VBA. the form is bound to a query. tia, mcnewsxp
M mcnews Sep 18, 2007 #2 how can i change a textbox control and record source on the fly with VBA. the form is bound to a query. tia, mcnewsxp Click to expand... Me!txtControl.ControlSource = "Mydate"
how can i change a textbox control and record source on the fly with VBA. the form is bound to a query. tia, mcnewsxp Click to expand... Me!txtControl.ControlSource = "Mydate"