çonveting from access to visual basic
Hello!
I´ve heard that you can convert your access database to visual basic project. So I am asking you if somebody knows how to do it and with witch program?
I hope you understand!
Thanks
hcjgh ;D
Re: çonveting from access to visual basic
It is not accurate to say that you are changing the database to a visual basic project.
It is more accurate to say that you are accessing that database using visual basic. It will be the same database as it always was. (ie. It will still be an .mdb file) You will just be pulling information in and out via VB commands.
If you are using VB.NET, You will want to read up at:
http://visualbasic.about.com/library.../aa041203a.htm
In VB6, you can check out:
http://www.juicystudio.com/tutorial/vb/database.asp
I hope that this helps. Have fun!
Guy