Hello,
I have a project management database that tracks the status of various projects that have been assigned to users. I was wondering if there is a way to get MS Access to beep and display an alert box when a user has a newly assigned project? The database has a main project form (FRM_staff_proje ct) that uses qry_staffprojec ts as the source of the project data. The main form is a split form.
A newly assigned project would have a value of 7 in the Status_ID field (which translates to "New"). A newly assigned project would also have a value of 0 in the Order field.
Any help would be appreciated! Attached are pictures of the main form and query.
Thanks,
Karen
PS The main form includes a subform that runs VBA on load (Thanks to Twinnyfo and NeoPa).
For more details regarding the subform, please see Open Subform to Record Closest to Today
[IMGNOTHUMB]https://bytes.com/attachments/attachment/9436d1525620637/frm_staff_proje cts.jpg[/IMGNOTHUMB]
[IMGNOTHUMB]https://bytes.com/attachments/attachment/9437d1525620637/qry_staffprojec ts.jpg[/IMGNOTHUMB]
I have a project management database that tracks the status of various projects that have been assigned to users. I was wondering if there is a way to get MS Access to beep and display an alert box when a user has a newly assigned project? The database has a main project form (FRM_staff_proje ct) that uses qry_staffprojec ts as the source of the project data. The main form is a split form.
A newly assigned project would have a value of 7 in the Status_ID field (which translates to "New"). A newly assigned project would also have a value of 0 in the Order field.
Any help would be appreciated! Attached are pictures of the main form and query.
Thanks,
Karen
PS The main form includes a subform that runs VBA on load (Thanks to Twinnyfo and NeoPa).
For more details regarding the subform, please see Open Subform to Record Closest to Today
[IMGNOTHUMB]https://bytes.com/attachments/attachment/9436d1525620637/frm_staff_proje cts.jpg[/IMGNOTHUMB]
[IMGNOTHUMB]https://bytes.com/attachments/attachment/9437d1525620637/qry_staffprojec ts.jpg[/IMGNOTHUMB]
Comment