Is it possible to use my dbr to append a record to a table based on user input?
Using editable or some similar command to append a record to a table?
(2 posts) (2 voices)-
-
Yes,
you can have a report to make insert statements based on user parameters. in general you can freely use insert statements in reports.Normal case is that your main report contains a call to a linked report which then inserts it's parameters as a new row to the table, and then returns a refresh statement to the main report.
--
myDBR Team
Reply
You must log in to post.