Add an Autnumber Field to a table add control to form at runtime (access VBA) adding data to multiple tables using one form in Access 2010? Adding fields to a recordset Adding multiple columns to Access table Adding the reference of "Microsoft Excel xx.x Object Library" in the Refe...
Checkbox value being set to -1 in Access 2010 Checking for and Obtaining attachment in an email using VBA Checking for the existence of an ODBC driver on the local machine by way of VBA... Checking to see if a document of the same name is already open prior to trying to save...
Maybe some kind soul would offer some proper code for this little task... Given a text file MyData.txt I need to do something like this... (concept - not workable code :) Dim sIn as String, N as Long Open MyData.txt For N = 0 to EOF ...