- Feb 29, 2000
- 1,494
- 0
- 0
I've got a VB module which downloads information from a website, now I want to store that information into Access 2000 tables. How do I do that with VB and SQL statements? Where in VB do I place these SQL statements?
I'm assuming that first I have to specify the database source to write into; something like:
SomePointer = Path_to_Access_File. What's the correct syntax for this? Once again, where in VB do I place these SQL statements?
Then, I suppose it'll be SomePointer.Table_Name.Row = Some_Value_From_Web until I input all the data.
Anyone able to help me out?
I'm assuming that first I have to specify the database source to write into; something like:
SomePointer = Path_to_Access_File. What's the correct syntax for this? Once again, where in VB do I place these SQL statements?
Then, I suppose it'll be SomePointer.Table_Name.Row = Some_Value_From_Web until I input all the data.
Anyone able to help me out?
