I am writing this article because I read a very interesting article about Visual FoxPro on SD Times web site! The title of the article is ‘Where have you gone, Visual FoxPro?’ Even though the Article did some justice to the FoxPro Product, and its great contributions and the many product milestones, I still thought [...]
Importing External Access Database Tables Using Visual Basic by Nicholas Brown
by admin on 04. Jul, 2010 in computer
Sometimes a Microsoft Access database user may find it desirable to automate the process of importing tables from an external Access database file into their current database. Below is a segment of code that provides an example of how to accomplish this. ‘*******CODE******* Dim root As String Dim srcDB As [...]
Querying Table Data Using Visual Basic Code in Ms Access
by admin on 01. Apr, 2009 in computer
In order to fully utilize the capabilities of MS Access, one must learn not only learn the Visual Basic (VB) programming language, but should also learn Standard Query Language (SQL). Once a grasp of these two languages have been obtained, MS Access users can begin to build faster and more efficient databases. [...]