hi all
am access newbie...

i have trouble with access programming,
i have input form contains :

NAME:
TELP:
submit

they are connect to database, when i submit the button the file must go to the folder , exp:c:\tes\ and contains txt files.

the content in the text files must:
INSERT INTO "TABLE_NAME"(FI ELD_NAME)VALUES ('values_here') ;
...