S SamDeMan Registered User. Local time Today, 18:08 Joined Aug 22, 2005 Messages 182 Jun 1, 2006 #1 Hi I remember seeing it. i just don't remember if i need code for this or not. I would like to the combo box to open and show the full menu upon entry. thanks, sam
Hi I remember seeing it. i just don't remember if i need code for this or not. I would like to the combo box to open and show the full menu upon entry. thanks, sam
ansentry Access amateur Local time Tomorrow, 10:08 Joined Jun 1, 2003 Messages 995 Jun 1, 2006 #2 I found this in my archieves, not my work. Code: Private Sub Form_Load() DoCmd.GoToControl "[COLOR="Blue"]cboNameHere[/COLOR]" Me.[COLOR="Blue"]cboNameHere[/COLOR].SetFocus Me.[COLOR="Blue"]cboNameHere[/COLOR].Dropdown End Sub Hope this is what you want, as I don't understand "full menu".
I found this in my archieves, not my work. Code: Private Sub Form_Load() DoCmd.GoToControl "[COLOR="Blue"]cboNameHere[/COLOR]" Me.[COLOR="Blue"]cboNameHere[/COLOR].SetFocus Me.[COLOR="Blue"]cboNameHere[/COLOR].Dropdown End Sub Hope this is what you want, as I don't understand "full menu".
S SamDeMan Registered User. Local time Today, 18:08 Joined Aug 22, 2005 Messages 182 Jun 5, 2006 #3 exactly, this is what i meant. thanks a lot. i just couldn't remember if i can set it on the form itself. thanx for the snipet of code. sam
exactly, this is what i meant. thanks a lot. i just couldn't remember if i can set it on the form itself. thanx for the snipet of code. sam