|
I wrote a program recently, but I can't write it all the time. Ask a master. I want to insert the value in an array xm (1 to 9) into the field "project name" in the table dykz in dyin.mdb, as well as other fields. The code is as follows:
dim i as integer
i=1
for i = 1 to 9
insert into dykz("Project name") valuse (xm(i))
next i
"Dykz has no end of sentence" error
Do you want to connect to the database? ? Please give me a more comprehensive and detailed code, preferably with comments, I am a novice, love to learn, please give me a little encouragement! |
|