hi
how to copy structure of a table to another table dynamically.
Thanks & Regards,
rk
hi
how to copy structure of a table to another table dynamically.
Thanks & Regards,
rk
Can you give us an example of what should happen? And what’s the version of your AX?
Hi Martin,
My requirement is copy the selected records from a form grid and insert into a table .If the grid datasource table and destination table structures are different.In this situation how can we move data along with field names to the destination table dynamically.
Thanks & Regards,
RK.
I may be slow, but I still don’t know what “to move data along with field names to the destination table dynamically” means in your case. Could you please give us an example? And what do you know about those tables at design time?
I am creating destination table dynamically . In this situation how can we add fields(fields are from source table) in destination table dynamically.