Access 2000 has error with the following code:
Private Sub Form_Open(Cancel As Integer)
Forms!hyperlink_builder!txtname = Left(Forms!AddRecord!RaisedBy, 3)
Me!txtname = UCase(Me!txtname)
Forms!hyperlink_builder!txtdate = Format(Forms!AddRecord!DateRaised, "ddmmyy"
End Sub
I'm sure this used to work on my machine before it was re-formatted and I'm also sure i was using 2000 when I wrote it! Any ideas?
Private Sub Form_Open(Cancel As Integer)
Forms!hyperlink_builder!txtname = Left(Forms!AddRecord!RaisedBy, 3)
Me!txtname = UCase(Me!txtname)
Forms!hyperlink_builder!txtdate = Format(Forms!AddRecord!DateRaised, "ddmmyy"
End Sub
I'm sure this used to work on my machine before it was re-formatted and I'm also sure i was using 2000 when I wrote it! Any ideas?