Greetings:
I think I win the cake for weirdest error and I hope someone out there has a solution or at least knows what's causing it. I've been programming in Access for about 10 years now and I've developed a front-end back-end system that in Access 2003 that works just great. It uses Access 2003 as the front-end and our SQL server as the back-end.
We've been using the system for about 5 years now and our company is insisting that we upgrade to Window 7, including Access 2007, so we've been going through extensive testing to see if we can find any errors. Found a few, but that's not that point.
So, I have this one form called Meetings. It has a lstbox on it called MeetingAttendees (attendees attend meetings are are held in separate tables).
All of my code is completely unbound and uses ADODB recordsets to update all the controls on the forms.
So, one of the things you can do on the lstbox is delete all the meeting attendees at once.
You do this with a Right-click, causing the MouseDown event to fire, and then answering the msgbox in the affirmative.
Assuming you answered in the affirmative, it then deletes all the attendees and updates the form (with another sub routine called SetRecordSource).
I've traced the code and the oddity (I'm hesitant to even call it an error since it's not marked as such) is that a black bar appears in the upper left and then I'm not able to use any combo boxes correctly - I can click on them and mouse over them, but I can't actually select anything in the combo box. The oddity appears to occur on the "Exit Sub" line of the MouseDown event.
If I exit the system and restart, everything is fine.
Anyone have any clue what's causing this? I'm attaching a screen shot to assist with any diagnosis...
Thanks!!!!
Matt
I think I win the cake for weirdest error and I hope someone out there has a solution or at least knows what's causing it. I've been programming in Access for about 10 years now and I've developed a front-end back-end system that in Access 2003 that works just great. It uses Access 2003 as the front-end and our SQL server as the back-end.
We've been using the system for about 5 years now and our company is insisting that we upgrade to Window 7, including Access 2007, so we've been going through extensive testing to see if we can find any errors. Found a few, but that's not that point.
So, I have this one form called Meetings. It has a lstbox on it called MeetingAttendees (attendees attend meetings are are held in separate tables).
All of my code is completely unbound and uses ADODB recordsets to update all the controls on the forms.
So, one of the things you can do on the lstbox is delete all the meeting attendees at once.
You do this with a Right-click, causing the MouseDown event to fire, and then answering the msgbox in the affirmative.
Assuming you answered in the affirmative, it then deletes all the attendees and updates the form (with another sub routine called SetRecordSource).
I've traced the code and the oddity (I'm hesitant to even call it an error since it's not marked as such) is that a black bar appears in the upper left and then I'm not able to use any combo boxes correctly - I can click on them and mouse over them, but I can't actually select anything in the combo box. The oddity appears to occur on the "Exit Sub" line of the MouseDown event.
If I exit the system and restart, everything is fine.
Anyone have any clue what's causing this? I'm attaching a screen shot to assist with any diagnosis...

Thanks!!!!
Matt