|
-
Mar 26th, 2000, 05:30 AM
#1
Thread Starter
Lively Member
Hi
I nee dto insert data int a table.I think this code will do what I want.
strSQL = "INSERT INTO Cross (Oem,Cross#,Description) SELECT Form!Form2.Text1, Form!Form2.Text2,Form!Form2.Text3"
How do I execute this command and is there any good examples availible?
Also I ame using MS Access 2000 and to get it to work I have to convert the database to an older version . What can I do to use the latest version?
Thanks for any help.
-
Mar 26th, 2000, 10:46 AM
#2
Junior Member
try this code:
"INSERT INTO Cross (Oem,Cross#,Description) VALUES (Form!Form2.Text1, Form!Form2.Text2,Form!Form2.Text3)"
for ASsess2000, you have to use JET.4.0 instead of JET3.51 for the .provider.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|