need help on insert new contact into access mdb from delphi NOTE:
Also, you can use parameters in the aryAux Query; Using paramaters it's not needed use QuotedStr.
-> qryAux.SQL.Text:='INSERT INTO tblContacts(FirstName, LastName) VALUES(:fist, :last)';