Add remove combo boxes CODE

  • Thread starter Thread starter John
  • Start date Start date
J

John

In the Northwind database under the form employees you
pull it up and it has a add and change and remove buttons
on the bottom of the form under the picture that is
diplayed. I have developed a similar form to display land
pictures and i want to have the same buttons i cant get
the code to work in my form I know i need to change alot
of the objects and some are clear but some are not. How
or is there another example to design in code for these
cmbo box buttons ??

Thanks in advance
 
Add and remove combo boxes is a misnomer. I suggest you create and set up
your combo boxes to perform the duties you need them to. Then, as
appropriate, make the combo boxes visible property either "True" or "False"
as necessary to achieve what you are looking for. Don't forget, combo
boxes, like list and text boxes, can't do much unless the enabled property
is equal to "True". It will take some trial and error to get the sequencing
correct, but this is the approach I use and it works well.
Cheers,
Henry
> In the Northwind database under the form employees you
> pull it up and it has a add and change and remove buttons
> on the bottom of the form under the picture that is
> diplayed. I have developed a similar form to display land
> pictures and i want to have the same buttons i cant get
> the code to work in my form I know i need to change alot
 
Back
Top