I have two tables in sql
One is a supplier table with an autonumber supID,supname
Another is a product table with productID,supname,supaddress,start year and end year.
Now I get data for supname,supaddress,startyear and endyear using inputbox in vba.
I have to use ADO connection to insert it...