Hi Grizz,
If the data you want inserting is already selected in your combobox just use;
"INSERT INTO myTbl (fldName) VALUES(" & Me.myCombobox & ") WHERE......"
TonyT..
> My problem is that I have two linked (Not to each other) tables with
> different field names for the same value (integer). My INSERT INTO table is
[quoted text clipped - 5 lines]
>
> Thank You
Grizz - 18 Nov 2006 03:37 GMT
TonyT
I will give this a try thank you, I really didn't fully explain what is
going on but this is the legit of it and I do appreciate your help.
Grizz
> Hi Grizz,
>
[quoted text clipped - 13 lines]
> >
> > Thank You