J
JethroUK©
How do i refer to a field on a form?
the field [last updated] is included in the forms record source - but it's
not bound to any controls - i thought square brackets was the proper method:
Private Sub Form_BeforeUpdate(Cancel As Integer)
[last updated] = Now()
dedaa
dedaa
dedaa
but it doesn't seem to work ?
the field [last updated] is included in the forms record source - but it's
not bound to any controls - i thought square brackets was the proper method:
Private Sub Form_BeforeUpdate(Cancel As Integer)
[last updated] = Now()
dedaa
dedaa
dedaa
but it doesn't seem to work ?