Hello All, I am new and absolutely a beginner in the Access realm, but love this program and dabbling the last week or so to build a future DB app, using my vision for form and menu use, using this to learn along the journey.
I am stuck at the moment and really no way to move on to a new step without passing this important question, or two. Kindly assist if anyone is able so we can possibly expand and learn together.
Scenario;
I am using a very basic logon form and it works great for basics, for now.
User details are stored in a user table ("tbl_User") with user details and passwords, etc. has the following headers;
# UserID (autonumber)
# FirstName
# LastName
# CoID
# UserJobDept
# AppUser (db username)
# Password (user db password)
When a user logs on they enter their username (aka "AppUser"), and their password.
When they hit the "logon button, the user is verified simply, and then all db users arrive to a mainform, with information, overall company details, buttons to cross-over department functionality, BUT importantly their are TWO buttons on this "main form for all" which requires finesse and probably unique coding or macro (not sure).. the questions now below!
Question 1; there are multiple staff, multiple departments such as "Spa", "Hotel", "Admin", "Customer Service" / There are multiple staff, all work in their own specific department. / When a staff member at the "all users" main welcome form" now click on a button called "btn_OpenDash" with a graphic "MyDashboard", this button click must advance the specific user with a specific department name in column "UserJobDept" to his/her own uniquely assigned department menu form such as form dedicated to "Spa" or a form dedicated to "Hotel", etc. all from this single "btn_OpenDash".
Question 2; there are a few buttons on the main welcome form for all users. / Any user that logged in successfully arrives to the main welcome form for all, and have the ability to click on any of these extra buttons, HOWEVER, in the case of the work schedule button called "img_Roster", when any user clicks this, the db user's (aka "AppUser") very own department roster must open from a folder saved somewhere on the HDD (stored monthly in PDF) displaying his/her very own department. / The user again can only click a single button, and db access must display the corresponding correct PDF roster.. if a roster for that department is not found at the ongoing permanent link set for the department's specific PDF roster, then it simply pops up a message form "Department Roster not yet available, please try again in 48hrs", the pop can be closed by clicking a close picture, OR will close automatically after 10 seconds, and the user can continue with other work.
Question 3; On the same all-user welcome form are other buttons such as "btn_Map", and when only staff from the Customer Service or the Hotel team click this one button "btn_Map", the map form with directions to the hotel will open. If any other departments click this "btn_Map" button, there is no response, except a small popup again form which opens to advise them of not access, it can be clicked close or will close after 10 seconds.
Please help, your views, insights and saving grace please!!!