Hi,
I want to know which control is active on the current form regardless of control.....
I have started some code, but don't seem to have the hang of it..Help
With ctl
Select Case .ctl
Case acComboBox
Response = MsgBox("Combo Box", vbInformation, "TYPE"
Case acTextBox
Response = MsgBox("Text Box", vbInformation, "TYPE"
End Select
End With
Thanks
Nick
I want to know which control is active on the current form regardless of control.....
I have started some code, but don't seem to have the hang of it..Help
With ctl
Select Case .ctl
Case acComboBox
Response = MsgBox("Combo Box", vbInformation, "TYPE"
Case acTextBox
Response = MsgBox("Text Box", vbInformation, "TYPE"
End Select
End With
Thanks
Nick