K
kay
I am beginner to ms access.
I have created form and then insert a tab control (3 tabs) in a form.
I am trying to write a vba code to add/update data into the table.
I have created a table – ‘ Resources†which is currently blank.
My fields are Name, EmpID, OriginalDt(Date when the first time item is
entered), UpdateDt (Date of last update), UpdatedBy(Name of Emp who last
update the item)
The data entry into this table comes from Form (user will access this form.
They don’t have access to the table)
So I have created above fields in a form. Now when user enters all above
entries in a form and when they click on ‘Update’ button, these entries
should go in Resources table.
I tried using sample codes but not giving me appropriate result.
Thanks
I have created form and then insert a tab control (3 tabs) in a form.
I am trying to write a vba code to add/update data into the table.
I have created a table – ‘ Resources†which is currently blank.
My fields are Name, EmpID, OriginalDt(Date when the first time item is
entered), UpdateDt (Date of last update), UpdatedBy(Name of Emp who last
update the item)
The data entry into this table comes from Form (user will access this form.
They don’t have access to the table)
So I have created above fields in a form. Now when user enters all above
entries in a form and when they click on ‘Update’ button, these entries
should go in Resources table.
I tried using sample codes but not giving me appropriate result.
Thanks