Connecting Tech Pros Worldwide Forums | Help | Site Map

Add record to table

Bernd Smits
Guest
 
Posts: n/a
#1: Nov 13 '05
Hi,
I've a combobox associated to a table and want to add a value (record) to
the table through the combobox? So I insert a value in the combobox and
automaticly a record is adding to the table associated with the combobox.
Any idea how I can do that?
Thanks
Bernd



Larry Linson
Guest
 
Posts: n/a
#2: Nov 13 '05

re: Add record to table


Look at Help and examples for the NotInList event. You may be able to
transparently add an entry to the table if the table is simple, say an ID
field, and a Description field. If it is more complex, you can't do what you
want without using code in NotInList to open another form.

Larry Linson
Microsoft Access MVP


"Bernd Smits" <b.smits@tiscali.it> wrote in message
news:cinplu$6kp$1@lacerta.tiscalinet.it...[color=blue]
> Hi,
> I've a combobox associated to a table and want to add a value (record) to
> the table through the combobox? So I insert a value in the combobox and
> automaticly a record is adding to the table associated with the combobox.
> Any idea how I can do that?
> Thanks
> Bernd
>
>[/color]


Closed Thread


Similar Microsoft Access / VBA bytes