Hi!
Can anyone point me to some info on how to read/add/update records in an Access table using VB. I am new at both Access & VB. I have an Access table (TableA) that has date/time fields in it. I have another table (TableB) that has basically the same info, except that it has number fields instead of date fields (i.e. it contains yyyymmdd data as 20011231). I would like to create a VB program that will read the records in TableB, convert the numeric (date) field to a proper date field, and then add the record to Table A.
Thank you for your help.
Can anyone point me to some info on how to read/add/update records in an Access table using VB. I am new at both Access & VB. I have an Access table (TableA) that has date/time fields in it. I have another table (TableB) that has basically the same info, except that it has number fields instead of date fields (i.e. it contains yyyymmdd data as 20011231). I would like to create a VB program that will read the records in TableB, convert the numeric (date) field to a proper date field, and then add the record to Table A.
Thank you for your help.