Not your question?
  Ask your question
  View similar questions
   
  
 Check out some similar questions!
Search for record with combo box
 [ 1 Answers ]
 I have a combo box on a form that shows Surname and first Name fields in 2 columns. in my after update I have the following DoCmd.ShowAllRecords Me!Surname.SetFocus DoCmd.FindRecord Me!CboFindSurname 'Set value of combo box equal to an empty string Me!CboFindSurname.Value =... 
Mulitple Combo Box
 [ 3 Answers ]
 I have seen before in a database a certain combo box. I am using MS Access 2000 and Visual Basic. This combo box had 5 choices, all these choices had a control source to a field called Initiatves; so when a user clicked a choice it was a new record in the initiative field in the tblMain. The... 
Multiple Combo Box
 [ 2 Answers ]
 I have seen before in a database a certain combo box. I am using MS Access 2000 and Visual Basic. This combo box had 5 choices, all these choices had a control source to a field called Initiatves; so when a user clicked a choice it was a new record in the initiative field in the tblMain. The... 
Combo box/list box/drop down box
 [ 1 Answers ]
 I have a question for you in regards to a list box in a query. I have a form that I am using and want to give the users some options on what years they want to pull data from. So I was thinking about creating a list box or drop down box that would display the available years, when they highlighted... 
Combo box script
 [ 2 Answers ]
 
I was wondering if anyone has or knows where I could get a script for combo boxes that alows me to go about 6 levels in but select earlier if needed and also boxes only appears if previous box has been used. View more questions Search 
  |