Crash_Dark
New member
- Local time
- Today, 04:54
- Joined
- Sep 11, 2017
- Messages
- 3
Hi.
I have a sub-form, which has a query as its data source. The query is based on a linked table from an SQL Server database.
When a user updates the table from a different PC, the data change is not reflected on the PC that I'm using...the subform looks the same until I manually refresh it.
I've tried requerying the subform via code, but this leads to flickering of the display, which is problematic.
I also tried changing the ODBC refresh interval from its default value (1500 seconds) to 60. This seems to have no effect. Even if I open the linked table, it will sit there and not reflect data changed on the server until I manually refresh.
So, does anyone know what the ODBC Refresh Interval actually does? How can I get data changes to appear on my sub-form without making the form redraw/flicker?
Any help greatly appreciated...
Crash
I have a sub-form, which has a query as its data source. The query is based on a linked table from an SQL Server database.
When a user updates the table from a different PC, the data change is not reflected on the PC that I'm using...the subform looks the same until I manually refresh it.
I've tried requerying the subform via code, but this leads to flickering of the display, which is problematic.
I also tried changing the ODBC refresh interval from its default value (1500 seconds) to 60. This seems to have no effect. Even if I open the linked table, it will sit there and not reflect data changed on the server until I manually refresh.
So, does anyone know what the ODBC Refresh Interval actually does? How can I get data changes to appear on my sub-form without making the form redraw/flicker?
Any help greatly appreciated...
Crash