Hi all I have been asked to implement an alarm system in a multi user database and wanted to ask for some ideas about how this could be done to get me started?
There is a customer form with a comments section which allows multiple comments. I would like a little clock button next to the comment where the user can click and add a date & time, and have a pop up remind them at that time.
This would probably work from tblCustomerComments which is as follows:-
tblCustomerComments
CommentNumber (AutoNumber PK)
CustomerNumber (Linked to CustomerNumber PK in tblCustomers)
Comment (Memo)
CommentDate_Time (Date/Time General Date)
I imagine I would add an extra field to hold the alarm time to tblCustomerComments? Or a separate table?
Then I would like a little form to pop up at alarm time with the comment and customer details, and a command button to open the 'customers form' at the related record.
I can handle the forms and command buttons etc, but I'm not sure about the best way to go about this, or the code.
Also, how can I do it in a multi user environment? The database is split front and backend with backend on a server. I imagine I need to let the database know which computer to send the pop up to. This would be the one it came from, so I will have to store the computer name with the alarm, so maybe a new table would be best? And I have no idea how the database will know the computer names?
Any help/idea's?? Many thanks
There is a customer form with a comments section which allows multiple comments. I would like a little clock button next to the comment where the user can click and add a date & time, and have a pop up remind them at that time.
This would probably work from tblCustomerComments which is as follows:-
tblCustomerComments
CommentNumber (AutoNumber PK)
CustomerNumber (Linked to CustomerNumber PK in tblCustomers)
Comment (Memo)
CommentDate_Time (Date/Time General Date)
I imagine I would add an extra field to hold the alarm time to tblCustomerComments? Or a separate table?
Then I would like a little form to pop up at alarm time with the comment and customer details, and a command button to open the 'customers form' at the related record.
I can handle the forms and command buttons etc, but I'm not sure about the best way to go about this, or the code.
Also, how can I do it in a multi user environment? The database is split front and backend with backend on a server. I imagine I need to let the database know which computer to send the pop up to. This would be the one it came from, so I will have to store the computer name with the alarm, so maybe a new table would be best? And I have no idea how the database will know the computer names?
Any help/idea's?? Many thanks
