Hi. Plz direct me on how best to update a table from a form. I have a form with the following column: Description, male, female date and activity. I also have another table with similar details. I want a situation where whenever there is a change in the male or female data in the form, it should also change in the table. The issue here is that the table gets it data from an after update feature of the form, likewise, I want that if there is a change in the form it should also reflect on the table it is updating to. I hope I make sense here. Thanks.