Re: Combo Box
From: Gerald Stanley (gcstanley_at_d-s-l.pipex.comREMOVE-)
Date: 05/06/04
- Next message: Wayne Morgan: "Re: Programmatically backup back-end database"
- Previous message: Lance: "open file with given application"
- In reply to: KP: "Combo Box"
- Next in thread: KP: "Re: Combo Box"
- Reply: KP: "Re: Combo Box"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 6 May 2004 10:27:44 -0700
You have to put code into the comboBox's NotInList
eventHandler. Depending upon the complexity of the table
into which you are trying to insert the new data, this code
may be a simple SQL Insert statement or a call to open
another form.
Hope This Helps
Gerald Stanley MSCD
>-----Original Message-----
>I have a combo box on a form I use to complete entries in
>a table. Is there a way to add a new item in the table
>used by the combo box through the combo box on the form?
>I've tried typing the entry in the combo box but it does
>not appear in combo box table. It appears in table data
>is used to support the form. I could use another button to
>bring up table to add the new item in but thought there
>may be a better way.
>
>Thanks in advance.
>
>KP
>.
>
- Next message: Wayne Morgan: "Re: Programmatically backup back-end database"
- Previous message: Lance: "open file with given application"
- In reply to: KP: "Combo Box"
- Next in thread: KP: "Re: Combo Box"
- Reply: KP: "Re: Combo Box"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|