RichardPrewitt
IS-IT--Management
I made a database in Access and have a program that writes to it made in Visual Basic. I am trying to get the vb program to write to two tables in the same form. For some reason I cannot get the fields of one record and write them to the fields of another table. I have a task table and a history table that basicaly have the same fields except for the completion date and of course the primary key. I need to transfer the data from the fields in the task table to the fields in the history table and calculate the completion date. I already have the completion date working, just not able to transfer the fields form the one table to the other.