Hi, i'm doing a project which requires getting data which is displayed on notepad stored into microsoft access AUTOMATICALLY which means no manual work from a person. How to write the program for this? I'm using visual basic.
: Hi, i'm doing a project which requires getting data which is displayed on notepad stored into microsoft access AUTOMATICALLY which means no manual work from a person. How to write the program for this? I'm using visual basic. :
Lookup ADO. Depending on how the text file is organized, you should be able to easily move your data to an Access table.
Comments
:
Lookup ADO. Depending on how the text file is organized, you should be able to easily move your data to an Access table.
Hope this helps,
Sagacious