colossalUW
Technical User
Hi all,
This is a strange issue that I'm not sure how to being troubleshooting.
I have a grant tracking application that has been successfully running on an XP machine for several months. I noticed recently that two of my forms are now not working properly. One form is a standard search/lookup and the other is a query builder.
The lookup form is comprised of several combo boxes each populated with data from the main tblGrants. The user may select one or more fields to search and a listbox at the bottom of the form displays the search results. However, the combo box for the primary key field, GrantNumber, is no longer populated with data. If I click the "Search" button results still appear in the listbox, but the field for GrantNumber is blank.
I would assume this was an issue with the form, however the same thing happens in my query form. This form is similar to the search form, except it allows the user to select data from listboxes (the same data as in the search form), select AND/OR statements, and perform a query. The GrantNumber listbox here also is blank. In the query form though, I am able to click in the GrantNumber listbox and "select" a GrantNumber, even though the listbox is effectively blank. Hitting "Go" after doing so produces normal query results. In fact, I can scroll through the blank listbox as if it were populated and select different GrantNumbers even though I can't see them.
This literally just started happening the other day. I've made no changes programmatically to the application. I did originally create the application with Access 2000 but migrated successfully to 2003.
Any thoughts on what this might be?
Thanks much.
This is a strange issue that I'm not sure how to being troubleshooting.
I have a grant tracking application that has been successfully running on an XP machine for several months. I noticed recently that two of my forms are now not working properly. One form is a standard search/lookup and the other is a query builder.
The lookup form is comprised of several combo boxes each populated with data from the main tblGrants. The user may select one or more fields to search and a listbox at the bottom of the form displays the search results. However, the combo box for the primary key field, GrantNumber, is no longer populated with data. If I click the "Search" button results still appear in the listbox, but the field for GrantNumber is blank.
I would assume this was an issue with the form, however the same thing happens in my query form. This form is similar to the search form, except it allows the user to select data from listboxes (the same data as in the search form), select AND/OR statements, and perform a query. The GrantNumber listbox here also is blank. In the query form though, I am able to click in the GrantNumber listbox and "select" a GrantNumber, even though the listbox is effectively blank. Hitting "Go" after doing so produces normal query results. In fact, I can scroll through the blank listbox as if it were populated and select different GrantNumbers even though I can't see them.
This literally just started happening the other day. I've made no changes programmatically to the application. I did originally create the application with Access 2000 but migrated successfully to 2003.
Any thoughts on what this might be?
Thanks much.