I have a data entry form I'm building, and it consists of two parts:
Main Form - Employee Information - linked to tblEmployee
Sub Form - Employee Training Info - linked to tblTraining
A supervisor can either enter info for a new employee, and then continue to add training info, or select an existing employee and enter additional training info.
They want this form to have EVERYTHING on it... but that would be too cluttered.
I was thinking of splitting this form into two halves. the top half for employee info entry, and the bottom half for training info entry. I want to make the option available for users to click a button and hide some of the info in the Employee entry part(kind of like a hide/expand option that Windows loves to do in some of their dialog boxes with the "details" button), thus hiding info not relevant to entering traiing info. This would then make more room on the form for data entry of training info.
Does access have an efficient way to handle this? or should I just create 2 forms?
bottom line is that my employer wants it all... entry for employee info and training info... on one form. And looking at the screen sizes of some of the potential users, that will be quite cluttered!
Main Form - Employee Information - linked to tblEmployee
Sub Form - Employee Training Info - linked to tblTraining
A supervisor can either enter info for a new employee, and then continue to add training info, or select an existing employee and enter additional training info.
They want this form to have EVERYTHING on it... but that would be too cluttered.
I was thinking of splitting this form into two halves. the top half for employee info entry, and the bottom half for training info entry. I want to make the option available for users to click a button and hide some of the info in the Employee entry part(kind of like a hide/expand option that Windows loves to do in some of their dialog boxes with the "details" button), thus hiding info not relevant to entering traiing info. This would then make more room on the form for data entry of training info.
Does access have an efficient way to handle this? or should I just create 2 forms?
bottom line is that my employer wants it all... entry for employee info and training info... on one form. And looking at the screen sizes of some of the potential users, that will be quite cluttered!