Hello -
I am almost finished working on my first database which will contain information about 300-400 members
For the user to edit information (change of address, awards received, etc) from the switchboard, I would like for the user to be able to search for one or more records then open either that or those specific frmMemberDataEntry form/s. If one search produces more than one result (2 Smiths) then click on that full name to open contact form.
My thoughts are it would work like this:
From the switchboard click "Search"
Message box opens - "Would you like to edit one member or up to 10 member records"
Message box based on choice "Enter Members' Last Name" or "Enter Members Last Name" (with up to 10 text boxes)
Click "OK"
Opens the specific form or forms for editing
Return to main switchboard when finished.
I am almost finished working on my first database which will contain information about 300-400 members
For the user to edit information (change of address, awards received, etc) from the switchboard, I would like for the user to be able to search for one or more records then open either that or those specific frmMemberDataEntry form/s. If one search produces more than one result (2 Smiths) then click on that full name to open contact form.
My thoughts are it would work like this:
From the switchboard click "Search"
Message box opens - "Would you like to edit one member or up to 10 member records"
Message box based on choice "Enter Members' Last Name" or "Enter Members Last Name" (with up to 10 text boxes)
Click "OK"
Opens the specific form or forms for editing
Return to main switchboard when finished.