Hi,
I'mvery new to VB2008 and have basically no idea regarding much of coding. I have attached a copy of my form. Basically, I have a db named "employee.mdb" with table "Employee". It has 3 fields Name, Dept and Designation. I want to connect my db with the form and want the following functions (when the respective buttons are clicked)
Add: Add a new record to the db and save it without overwriting an existing record.
Delete: Delete the selected record from the db
Save: Save all details
<<: Move to the previous record
>>: Move to the next record.
I hope I have explained myself clearly. I tried searching the net for some idea but could not get much help.
Thanks for all the help.