I am having trouble thinking of a way to copy three fields out of a database into and append them to another table along with the current date. Basically what I want to do is: DB-A: ID (N9), Name (C69), Phone (N15) {and a list of other fields I dont care about} DB-B: Date (Todays date/time), Nane, Address, Phone (as above)
Would be great is this was a trigger in the DB on add or update of DB-A.
Greg