Tag Archives: Ms Access

Visual FoxPro is still here, still very relevant

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 [...]

Read full storyComments { 0 }

Importing External Access Database Tables Using Visual Basic by Nicholas Brown

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 [...]

Read full storyComments { 0 }

Querying Table Data Using Visual Basic Code in Ms Access

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.   [...]

Read full storyComments { 0 }