Gustav Brock
gustav at cactus.dk
Thu Apr 10 08:50:55 CDT 2003
Hi Arthur Try moving your code to Form_Load. /gustav > The controls on a form are not populated yet at OnOpen, try OnCurrent or > OnActivate. > Charles Wortz --- > I'm doing some work on a colleague's app and coming across something > very weird. In a Form_Open event, there's a line to test the value of > Faculty_ID and then make a decision based on it. The app crashes there > and the error message is: > Run time error 2427 > You entered an expression that has no value > Yet when I ask IsNull(Me.Faculty_ID) the answer is False. > How can both things be true?