Hello everyone. (Sorry I posted this in the wrong forum orginally)
I am stuck with a problem and am calling on some help.
I have two identical tables. One is called Call Log and the other is called History
Both have the following fields
Name
Area
Branch
OFI
What I would like to do is at the point of entry into the call log table, I would like to copy an identical record into the History Table, so that when the record is deleted from Call Log there will always be a record of it in the History Table. The problem is the code has me puzzled.
The Event Builder shows the code
'** Insert a record into another table ****
dal.TableName.Field1=Value1
dal.TableName.Field2=Value2
dal.TableName.Add()
I am not sure waht bits I should update to what. Any advice would be welcomed. I have tried and tried but always get ASP Errors.
Thanks folks
Mick