I have a main form with a button add and a subform which is bounded to a given table.
I want the add button to work like this:
When add button is clicked, It has to set focus on the first column of the new record in the subform and then after the user enters data into all the columns in the subform , after entering the last value and pressing enter it must automatically load this into the table.
Could anyone pls help me out with a VBA code suitable with this ??
I want the add button to work like this:
When add button is clicked, It has to set focus on the first column of the new record in the subform and then after the user enters data into all the columns in the subform , after entering the last value and pressing enter it must automatically load this into the table.
Could anyone pls help me out with a VBA code suitable with this ??