I have 2 table
- Employee
a)employee_name
b)employee_stuation
2)Annual Leave
a)employee ( reference employee table )
b)start_date
c)end_date
there is a button called annual leave. when i click on the annual leave button, I want to enter the start and end date in the input form and save it. how can i do that ???
(i think i need to use add a new row to another table using values from this row)
Not sure what your issue is, what’s wrong with using the default “Add” action on the Annual Leave table?
1 Like
My question is how can i add on employee form using input form like this
i dont need to add on annual leave form
small input form
That doesn’t make any sense to me. Can you explain a different way? Or, what’s wrong with the default “Add” action for the employee table?
1 Like