hey, guys.......this should be very simple, but i am missing something.
i have 2 forms, 1 subform and a query in a 97 access DB.
The query was designed to show records where the status is Submitted only. IT WORKS.
The subform gets the data from the query. IT WORKS
the form A, has the subform with a list of records with submitted status. When a user double click in the record number , a new form B is open with the details. IT WORKS
The form B, shows the details of the record selected in the previous form A. In this form (B), a user can change the status and save the change, so , when the form B is closed, the form A with the list of records coming from the subform, is updated, and the modified record is not there anymore. IT WORKS.
The problem is that i replicate the same in a new access db, but in a 2003 DB and it DOESNT work.
When the form B is closed after modifying the status, the form A with a list of records coming from the subform, still showing the modified record with the new status. It means that the data is refreshed but for some reason the query still shows the wrong record.
i tryed with a refresh button, but an error msg comes."the refresh command is not available now"
any idea?
thx, max.
i have 2 forms, 1 subform and a query in a 97 access DB.
The query was designed to show records where the status is Submitted only. IT WORKS.
The subform gets the data from the query. IT WORKS
the form A, has the subform with a list of records with submitted status. When a user double click in the record number , a new form B is open with the details. IT WORKS
The form B, shows the details of the record selected in the previous form A. In this form (B), a user can change the status and save the change, so , when the form B is closed, the form A with the list of records coming from the subform, is updated, and the modified record is not there anymore. IT WORKS.
The problem is that i replicate the same in a new access db, but in a 2003 DB and it DOESNT work.
When the form B is closed after modifying the status, the form A with a list of records coming from the subform, still showing the modified record with the new status. It means that the data is refreshed but for some reason the query still shows the wrong record.
i tryed with a refresh button, but an error msg comes."the refresh command is not available now"
any idea?
thx, max.