I have a database that will be used when our system is down to receive requests from customers and to dispatch out those requests. If anyone will take a look at the "Dispatch Panel" form and find what is causing this not to work, I'd be forever in your debt. A record is taken on the receiver screen, which then goes to the dispatch panel. After it is routed, it moves to the next column, and it moves across the screen until it's completed. The panel is set to requery every 40 seconds or so, or the user can requery it by pushing a button.
The problems start when I have multiple dispatchers opening the same records. Right now records are locked if another user is vieiwing it. I'd rather multiple users be able to update a single record at the same time, but I don't think it can be done. I've added a check box to check when a user opens a record, and then it tells the next person who has the record open. This works for the most part, but I am having a problem with a few calls being linked somehow. When one of the calls is opened and another one of the calls is opened, it is locked but not in use by anyone else. I'm also getting a "Object invalid or no longer set" error. I had to dump a lot of forms and queries to get this file small enough, but take a look:
Thank you,
Mike
The problems start when I have multiple dispatchers opening the same records. Right now records are locked if another user is vieiwing it. I'd rather multiple users be able to update a single record at the same time, but I don't think it can be done. I've added a check box to check when a user opens a record, and then it tells the next person who has the record open. This works for the most part, but I am having a problem with a few calls being linked somehow. When one of the calls is opened and another one of the calls is opened, it is locked but not in use by anyone else. I'm also getting a "Object invalid or no longer set" error. I had to dump a lot of forms and queries to get this file small enough, but take a look:
Thank you,
Mike
Attachments
Last edited: