Gasman
Enthusiastic Amateur
- Local time
- Today, 08:50
- Joined
- Sep 21, 2011
- Messages
- 17,079
Hi all,
First of all I apologise for the vagueness of this post, but the db in question was created back in November (with help from this site) and I have not touched it for over 6 months. I no longer have access to it, as I left the company in March.
Background.
In my last place of work I was asked to create a db to assist with allocation work to my colleagues. I made it as data driven as I could at the time.
One form (Form A) allocated work. That had a combo box that contained the queue owner names. The Flow Leader would select a name from the combo and how many cases and then the form would update a table with that data.
Another form (Form B, a crosstab form) displayed the summary information for the work available, consisting of product, method of payment and the queue owners in the format below. (Unable to get it to line up despite creating in Excel, but i hope you get the idea.)
Now at the time I first created the db, it only had 3 queues to process, and I seem to recall it was easier for me to recreate the query and form when a 4th was required.? I was looking at dynamic crosstabs after this change, but not given any time to explore that,(this was not my main job after all
), which in hindsight might have been a bad idea. :banghead:
Problem.
Anyway, I have just been in touch with my ex Flow Leader re a reference, and he mentioned that they need to change the names of the queues.?
For Form A that would be just changing the data in a table to indicate who are the queue owners. Easy enough for them, bearing in mind that I was the most experienced Access user there.
For Form B (the crosstab form) I think there will be a problem, but I am hoping that as it is only the data that is changing (ie, the column headers for the queue numbers) that they *might* be able to just amend the form, with the different names?
I really doubt they can ask their IT dept, as that is why he mentioned this in the first place.
Am I on the right track for instructing them on what might need to be changed on the crosstab form?
Otherwise it would be amending the crosstab query that supported the form and recreating the form, much as I did when the extra queue name was required, which would be even harder for them to do.
How would the experts here approach this problem?
TIA
First of all I apologise for the vagueness of this post, but the db in question was created back in November (with help from this site) and I have not touched it for over 6 months. I no longer have access to it, as I left the company in March.
Background.
In my last place of work I was asked to create a db to assist with allocation work to my colleagues. I made it as data driven as I could at the time.
One form (Form A) allocated work. That had a combo box that contained the queue owner names. The Flow Leader would select a name from the combo and how many cases and then the form would update a table with that data.
Another form (Form B, a crosstab form) displayed the summary information for the work available, consisting of product, method of payment and the queue owners in the format below. (Unable to get it to line up despite creating in Excel, but i hope you get the idea.)
Code:
Product Method Total QueueName1 QueueName2 QueueName3 QueueName4
A Cheque 41 15 26
A BACS 34 12 17 5
B Cheque 23 2 5 7 9
B BACS 74 11 63
Now at the time I first created the db, it only had 3 queues to process, and I seem to recall it was easier for me to recreate the query and form when a 4th was required.? I was looking at dynamic crosstabs after this change, but not given any time to explore that,(this was not my main job after all

Problem.
Anyway, I have just been in touch with my ex Flow Leader re a reference, and he mentioned that they need to change the names of the queues.?
For Form A that would be just changing the data in a table to indicate who are the queue owners. Easy enough for them, bearing in mind that I was the most experienced Access user there.
For Form B (the crosstab form) I think there will be a problem, but I am hoping that as it is only the data that is changing (ie, the column headers for the queue numbers) that they *might* be able to just amend the form, with the different names?
I really doubt they can ask their IT dept, as that is why he mentioned this in the first place.
Am I on the right track for instructing them on what might need to be changed on the crosstab form?
Otherwise it would be amending the crosstab query that supported the form and recreating the form, much as I did when the extra queue name was required, which would be even harder for them to do.
How would the experts here approach this problem?
TIA