Heres todays daft issue...
Im testing a system which is Excel (2013) with DAO to Access tables, theres 50+ users in different locations around the country. All users are on standardised machines that should all be built to the same spec, same add-ins etc so it shouldnt be an issue with the Excel version/build.
The app is a single Excel template file so each user is running their own copy.
Within it is a form that opens for users to select 1 or more failure reasons (this is displayed whenever the user selects FAIL from one of the 8 question listboxes on another form) , this "Failure Reason" form contains a straight forward ListBox which populates from an array (previously pulled in from the Access database), theres also code in there to automatically select the relevant options if the question has already been answered.
For all but two of these users this works fine, no problems at all, it gives a list of non selected items when appropriate and selected items correctly when needed.
Then there are the other 2 users, who coincidentally sit in the same location as me (and I dont have any problems)
For them this works fine for 7 of the 8 questions that use this form however when they select FAIL on Question 3, the form pops up with options 1 and 3 already selected. This happens on each and every case they do.
I've sat with each of them and stepped through the code from the point of them clicking the FAIL option, nothing different happens in their code to anyone elses HOWEVER when we step through, it doesnt happen, its only when its carried out in normal running.
Im at a loss and to be honest cant even word a google search to correctly portray my issue! (and probably havent worded this well either!)
Heres the Initialize code
And I know someone will ask for the workbook to be uploaded but unfortunately its totally dependent on the database and linking to Outlook for user info so would need numerous changes just to get it to open for anyone outside the organisation.![]()
Please Login or Register to view this content.
Bookmarks