appending data within same table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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
 
Back
Top