Locopete99
Registered User.
- Local time
- Today, 05:30
- Joined
- Jul 11, 2016
- Messages
- 163
Hi Guys,
I need some help, or pointing in the right direction.
I have a database that 30+ people are using over 4 departments.
Department 1 raise an order improvement and assign it to department 2.
Department 2's interface (a subform running off an on timer update query) refreshes and displays new work to do.
They complete the improvement and assign it back to department 1.
Department 1's interface (a subform running off an on timer update query) updates and shows the reply and then they complete this and update the customer.
With 30 people (at least 6 per department) using the forms, this is meaning that the back end refresh (this deletes a tables info and then re-runs a query and repopulates the table) is running at varying intervals between the 4 minute refresh rate. This is leaving most users showing a #deleted message for most of their experience, until their version updates.
I need to find a way around this and to this end I have 2 questions.
1) is there a way to get the refresh to occur on the back end? Theortically then this should update everyone at the same time and get rid of this message.
How do I get this to operate from a back end that isn't open?
2) If I swap to an update query so the information isn't deleted, will this remove any information that isn't relevant, I.e when the closed tick box is ticked or when it is assigned to another department?
Any thoughts or ideas would be greatly appreciated.
Thanks guys!!
I need some help, or pointing in the right direction.
I have a database that 30+ people are using over 4 departments.
Department 1 raise an order improvement and assign it to department 2.
Department 2's interface (a subform running off an on timer update query) refreshes and displays new work to do.
They complete the improvement and assign it back to department 1.
Department 1's interface (a subform running off an on timer update query) updates and shows the reply and then they complete this and update the customer.
With 30 people (at least 6 per department) using the forms, this is meaning that the back end refresh (this deletes a tables info and then re-runs a query and repopulates the table) is running at varying intervals between the 4 minute refresh rate. This is leaving most users showing a #deleted message for most of their experience, until their version updates.
I need to find a way around this and to this end I have 2 questions.
1) is there a way to get the refresh to occur on the back end? Theortically then this should update everyone at the same time and get rid of this message.
How do I get this to operate from a back end that isn't open?
2) If I swap to an update query so the information isn't deleted, will this remove any information that isn't relevant, I.e when the closed tick box is ticked or when it is assigned to another department?
Any thoughts or ideas would be greatly appreciated.
Thanks guys!!