dcx693
Registered User.
- Local time
- Today, 13:02
- Joined
- Apr 30, 2003
- Messages
- 3,265
It's been a while since I've been on the boards. Good to see lots of the same folks are still here.   
 
I've got an interesting problem. I have a sub that calls another sub. Pretty simple there. The problem is that when sub A calls sub B, sub B does not appear to run. This is all sub B does:
	
		
The weird thing is, sub B runs just fine if I run the sub B in step mode. If I set a break point and use F8 to step through the code line-by-line, it runs just fine. If I take out the breakpoint, the code no longer works.
Anybody have any ideas? I'm running Access XP Sp2 on Windows XP SP1. Thanks.
  
 I've got an interesting problem. I have a sub that calls another sub. Pretty simple there. The problem is that when sub A calls sub B, sub B does not appear to run. This is all sub B does:
		Code:
	
	
	If Not IsNull(Me.txtNumber) Then
    Me.txtNumber = Me.txtNumber + 1
End IfAnybody have any ideas? I'm running Access XP Sp2 on Windows XP SP1. Thanks.
 
	 
 
		 
  
 
		 
 
		 
 
		 
 
		 
 
		 
 
		