Schlingel
Registered User.
- Local time
- Today, 06:23
- Joined
- Oct 26, 2006
- Messages
- 32
Hi!
I have a small problem again. Hope u could help me.
I really appreciate ur help, u know
I want to create the module that must check and control the value of the variable put in the table. Somehow, it checks nothing. Could u tell me why?!
Here is my code:
Here i only want to get the value from the table and it doesn't seem to happen, cause the debugger shows me that the value is not definiert. Why?
Thanks in advance
I have a small problem again. Hope u could help me.
I really appreciate ur help, u know
I want to create the module that must check and control the value of the variable put in the table. Somehow, it checks nothing. Could u tell me why?!
Here is my code:
Code:
Public Sub StundenControlle()
Static S As Integer
Static RTable As Recordset
Set DataBase = CurrentDb
Set RTable = DataBase.OpenRecordset("Nachweis")
S = RTable!Stunde
End Sub

Thanks in advance