Hi Tom, based on the code in the URL that he gave you, you'd just need to replace: QueryString : Char_Array := To_C("Select * from CallList"); with QueryString : Char_Array := To_C("Insert Into CallList (FieldName1, FieldName2) values (NumberValue1, 'StringValue2') "); Depending on the structure of CallList, which I couldn't see :-). and you should be un business to do your insert -- St�phane Richard Senior Software and Technology Supervisor http://www.totalweb-inc.com For all your hosting and related needs "Tom Moran" wrote in message news:iEb%a.122765$Oz4.25430@rwcrnsc54... > > > Chad R. Meiners wrote: > > In an NT-type system you should have a control panel icon that allows you to > > setup up ODBC connections. Setup a ODBC connection to an Access database. > > Use one of packages that allow you to bind to ODBC to open the connection. > > Build the tables and records using the SQL commands. > > > > See > > http://www.adapower.com/os/odbc.html > > for an example of how to use the win32 ODBC binding. > > > > -CRM > > > > > That page shows reading ("select"). Can you point to a working > example of writing/updating? >