Hi Guys,
I have a form, for which I would like to have an automatically add a new record and then once I click the button to take me to the next form.
For example I have
Form_New_Employee
Employee_Number:12345
Employee_Name: Simona
Form_ Address
Employee_Number: 12345
Employee Address:
I’ve created a button to take me from Form_New_Employee to Form_Address, the PHP button is
sc_redir(form_address.php, Employee_Number={Employee_Number});
What macro do I need to include above this button to add New record?
Thanks a million… I appreciate all the support.