Hi Every Body
Upon opening a certain Form, What is the best way to force a user to use a certain CommboBox or CheckBox before they can use any other controls on that Particular form?
Another related problem, Using VB codes, how can I choose or set a value of my CommboBox? For example I would like to select the Third value of my Cmmbobox Drop down list,
What is wrong for the following code:
Private Sub Command161_Click()
Me.Combo144.SetFocus
Me![Combo144].Column(1).Row (3)
End Sub
Best Regards
Sanan
Upon opening a certain Form, What is the best way to force a user to use a certain CommboBox or CheckBox before they can use any other controls on that Particular form?
Another related problem, Using VB codes, how can I choose or set a value of my CommboBox? For example I would like to select the Third value of my Cmmbobox Drop down list,
What is wrong for the following code:
Private Sub Command161_Click()
Me.Combo144.SetFocus
Me![Combo144].Column(1).Row (3)
End Sub
Best Regards
Sanan