M
Mike
Hi,
in a form I use the following working expression:
Dim strVersion As String
strVersion = 20080219
.... If DMax("[Version]", "[fileversion]") = strVersion Then
Me.Visible = False...
I'd like to display the strVersion content in a field so I do...
=[strVersion].
Obviously I'm doing some wrong because I get a Name? displayed error.
Where am I failing?
TIA
Mike
in a form I use the following working expression:
Dim strVersion As String
strVersion = 20080219
.... If DMax("[Version]", "[fileversion]") = strVersion Then
Me.Visible = False...
I'd like to display the strVersion content in a field so I do...
=[strVersion].
Obviously I'm doing some wrong because I get a Name? displayed error.
Where am I failing?
TIA
Mike