starclassic
Technical User
hello I have2 table tblClient(main) and tblActivity.
tblClient has the following fieldname.
PolicyNumber -> Primary Key
Name - Text
Closed - Y/N
tblActivity
ActivityID - Auto Number
PolicyNumber - Integral relationship to tblClient(main)
Comments - Memo
Paid - Currency.
Now how do I move this record to another table maybe (tblClient1) and tblActivity1 with same structure when close = Y.Then would delete this record from the source.
Any suggestion.
tblClient has the following fieldname.
PolicyNumber -> Primary Key
Name - Text
Closed - Y/N
tblActivity
ActivityID - Auto Number
PolicyNumber - Integral relationship to tblClient(main)
Comments - Memo
Paid - Currency.
Now how do I move this record to another table maybe (tblClient1) and tblActivity1 with same structure when close = Y.Then would delete this record from the source.
Any suggestion.