Insert File

J

Jacky

In MS Access,

currentdb.execute "insert into [table1] ([Name],[ID],) values
('Amy',23,'C:\testscore.pdf')"

it cannot insert the file (ole object).
How to insert the file (ole object) using VBA?
 
Top