appending data within same table

D

diros

How do I append data from one record to a specific record in the same table.
If I put "yes" in field [appendata], I want several fields in the record I
just inputted to then input into record with Id of say 26 with namefield
called PS 156.
 
A

Amy Blankenship

This sounds like you need to update the existing record with the ID of 26
etc. rather than appending. From your question, though, it's hard to
tell...

-Amy
 
Top