Hi,
Each programmer has their own method of working with access. But I am more concern about performance and accuracy of data changes.
I have a form with a command button to open another form to view all cheques that was made to that member. There is no relationship between tables. Because thays how it was built before and I don't to start changing things, the risk of causing issue with the database which is currently working well except slow loading speed. Actually, the loading of cheque use a filter in that new form on load (set to continuous).
1/ is it safer to use that filter or should set a new recordset to that form on load? Im looking into speed and accuracy of data changes.
Thabks
Each programmer has their own method of working with access. But I am more concern about performance and accuracy of data changes.
I have a form with a command button to open another form to view all cheques that was made to that member. There is no relationship between tables. Because thays how it was built before and I don't to start changing things, the risk of causing issue with the database which is currently working well except slow loading speed. Actually, the loading of cheque use a filter in that new form on load (set to continuous).
1/ is it safer to use that filter or should set a new recordset to that form on load? Im looking into speed and accuracy of data changes.
Thabks