Hi
I have a form (Access 2003) that sometimes hangs when the user enters values into texboxes and then 'tabs' on to the next. "Calculating..." appears in the Status Bar as usual to indicate value is being written to the buffer but then everything just stops. The form connects to a backend database on a server but the effect also happens when front and backends are on the same PC. Most of the linked tables are also in an Access 2003 DB but 4 are DBase IV - exported daily from a legacy application. So far I've tried:
Any ideas at all? Thanks in advance for any suggestions
ReidL
I have a form (Access 2003) that sometimes hangs when the user enters values into texboxes and then 'tabs' on to the next. "Calculating..." appears in the Status Bar as usual to indicate value is being written to the buffer but then everything just stops. The form connects to a backend database on a server but the effect also happens when front and backends are on the same PC. Most of the linked tables are also in an Access 2003 DB but 4 are DBase IV - exported daily from a legacy application. So far I've tried:
- checking code to trace events - no AfterUpdate on textboxes; form events not being triggered
- rebuilding the form from scratch
- deleting everything (subforms, combos, etc.) except for basic textboxes on a new version
- compacting and repairing after every crash, every rebuild or change
- rebuilding the db from new by importing objects from backups
- Inserting DoCmd.RunCommand acCmdSaveRecord in AfterUpdate subs on some of the textboxes - improves situation but very slow and seems ludicrous anyway
Any ideas at all? Thanks in advance for any suggestions
ReidL