I am using a2007 and a2003 with a weird problem . Coding is with VBA.
I have a query sourced form with two subforms that are sourced to a table. The subforms are linked to the parent by an IDquote number. When update is clicked, the program imports a list of items from an excel file (excel is in same folder as the program) with unit prices to a table in the server. That table is the source for the subforms. ( I use two subs to so that the user can see all items without scrolling). The code for the transfer includes a requery and refresh command.
I have a weird problem. After an update, the subforms will show blank often, even though their source table is populated. If I create a copy with the tables and the program without a link, it runs fine.
Is there something special I should be do because of the server link? Or, am I playing with a corruption? Any help much appreciated.