Hi,
I am fairly new to MS Access and don't have much understanding on VBA code as well. However, for the sake of learning and to replace and old excel based solution used to capture details of various team members in our team - I am trying to create a database in MS Access.
So far, I have created a "Main" (frmMain) form which has a button to open up a "summarized" report (rptEmployeeSummary) of various people in the team. I wan't to be able to click on an individual's name such that it opens up the record for that employee from the main database in another form (frmEmployeeDetails). That form would then have an update button and a cancel button to allow the users to come back to the main report or to update any values in the main database.
I got the first part working, that is, I am using a macro to open up the required record into a new form when the user clicks on that particular record, however, the problem is that once the user closes the "sub-form" (frmEmployeeDetails), and clicks on the record for some other employee, I get an error:
The table "tblEmployeeDetails" is already open exclusively by another user, or it is already opened and cannot be manipulated programmatically. What am I missing here?
Let me know if I haven't made my question clear or if any more information is needed.
Thanks
vman
I am fairly new to MS Access and don't have much understanding on VBA code as well. However, for the sake of learning and to replace and old excel based solution used to capture details of various team members in our team - I am trying to create a database in MS Access.
So far, I have created a "Main" (frmMain) form which has a button to open up a "summarized" report (rptEmployeeSummary) of various people in the team. I wan't to be able to click on an individual's name such that it opens up the record for that employee from the main database in another form (frmEmployeeDetails). That form would then have an update button and a cancel button to allow the users to come back to the main report or to update any values in the main database.
I got the first part working, that is, I am using a macro to open up the required record into a new form when the user clicks on that particular record, however, the problem is that once the user closes the "sub-form" (frmEmployeeDetails), and clicks on the record for some other employee, I get an error:
The table "tblEmployeeDetails" is already open exclusively by another user, or it is already opened and cannot be manipulated programmatically. What am I missing here?
Let me know if I haven't made my question clear or if any more information is needed.
Thanks
vman