B
Brian S
Hi,
Using Access 97 on Windows XP, I have a very simple On Load event
procedure not working - neither on the Design Master nor on a replica on
another laptop. I have Office 2003 (inc Access 2003) and Access97 (the one I
use) in separate folder.
Private Sub Form_Load()
'DoCmd.GoToRecord , , acLast
Call update_cbxBlock
Exit_Form_Load:
Exit Sub
Err_Form_load:
MsgBox Err.Description
Resume Exit_Form_Load
End Sub
This did work one or two computers ago - more or less same environment. All
help gratefully received.
Using Access 97 on Windows XP, I have a very simple On Load event
procedure not working - neither on the Design Master nor on a replica on
another laptop. I have Office 2003 (inc Access 2003) and Access97 (the one I
use) in separate folder.
Private Sub Form_Load()
'DoCmd.GoToRecord , , acLast
Call update_cbxBlock
Exit_Form_Load:
Exit Sub
Err_Form_load:
MsgBox Err.Description
Resume Exit_Form_Load
End Sub
This did work one or two computers ago - more or less same environment. All
help gratefully received.