I have a button in a list http://localhost/dlrpage_list.php
When pushed it creates a record in a different table via CustomSQL insert, and captures the key field value of that new record.
So I want to jump from the list over to the new record in the new table in Edit mode as the user has some additional data to add.
Something like
http://localhost/transactions_batch_edit.php?editid1=1103647
I have attempted various code and either nothing happens or I get a server error, without any error data.
Please what is the proper way to code this?
When pushed it creates a record in a different table via CustomSQL insert, and captures the key field value of that new record.
So I want to jump from the list over to the new record in the new table in Edit mode as the user has some additional data to add.
Something like
http://localhost/transactions_batch_edit.php?editid1=1103647
I have attempted various code and either nothing happens or I get a server error, without any error data.
Please what is the proper way to code this?