Error in VBA

coolcatkelso

Registered User.
Local time
Today, 20:54
Joined
Jan 5, 2009
Messages
279
Hiya

Having an issue with this

Error code

Private Sub Form_Timer()
'date1 = Empty
'date2 = Empty
Me.Table1.fldDate.SetFocus
UpdateDayBold
'boolRedraw = False
Me.TimerInterval = 0
End Sub

MSOffice Can't find the field "l" referred to in your expression?
________
GANG BANG ANAL
 
Last edited:
What are you trying to achieve?
 
Hiya m8

Its a Calendar I got from someone else who used a Table called Main T in the original Deisgn.. Ive since made my own table that I want to use called Table1 and I'm trying to add that into the Code..

The original code was
Private Sub Form_Timer()
'date1 = Empty
'date2 = Empty
Me.fldDate.SetFocus
UpdateDayBold
'boolRedraw = False
Me.TimerInterval = 0
End Sub
________
VAPORIZER AFFILIATE
 
Last edited:
Whats your version of the MainT Table have in it?
Please list columns
 
Hiya m8

Its ok managed to get it going

Do you know tho, Is there a way like, umm hard to explain lol

If I have a main form with a subform on it, and if I change data on the subform, can I have a command that will tick a Yes/No box on the main form?
________
Free Starbucks Gift Card
 
Last edited:

Users who are viewing this thread

Back
Top Bottom