I have an ADP w/ SQL 2000. Multiple users use the same form, a list-view of records. Because the ADP does not refresh data on a regular interval as an MDB does, if a user updates data in one record, the other users do not see that new data unless they manually click refresh. What I need is a way to automate the refresh on a regular interval. I have tried a timer event, but the refresh/requery forces the cursor back to the first record in the list.
Any suggestions would be greatly appreciated!
Any suggestions would be greatly appreciated!