Save record from temp table to real table

Hi Guys,

I have a form which has a temp table as a datasource. If I open the form, the temp table is populated using the real table. I have a requirement that user has the right to modify records on the form which has a temp table and save it to the real table. How can I achieve this? since I am only using temp table as my datasource? Any idea please?

Looking forward for your positive response.

Thanks!

Regards,

AML

You didn’t specify your particular problem; I guess you don’t know how to copy field values from a temporary buffer to a “normal” buffer. buf2buf() might help you.

If my guess is wrong, please explain your actual problem.