G Guest Feb 13, 2007 #1 I have a form with a list box. Based on what is selected in list box will determine which table is written to.
I have a form with a list box. Based on what is selected in list box will determine which table is written to.
A Alex Dybenko Feb 13, 2007 #2 Hi, just build insert (append) query SQL string, based on selection in you listbox,and then run it using currentdb.execute strSQL -- Best regards, ___________ Alex Dybenko (MVP) http://alexdyb.blogspot.com http://www.PointLtd.com
Hi, just build insert (append) query SQL string, based on selection in you listbox,and then run it using currentdb.execute strSQL -- Best regards, ___________ Alex Dybenko (MVP) http://alexdyb.blogspot.com http://www.PointLtd.com