Hi, I've seen this syntax used in code samples, but I'm not very familliar with VB syntax, and I am wondering if the following means : IF a table (Table Name) has a field (Counter) and Counter contains a value of 3 Then strQueryName = "Report 3LO"
Elseif blah blah...
Is this wot this bit of code is saying?
If [Table Name]!Counter = 3 Then
strQueryName = "Report 3LO"
ElseIf [Table Name].Counter = 4 Then
strQueryName = "Report 4LO"
End If
??
does ny1 know?
Elseif blah blah...
Is this wot this bit of code is saying?
If [Table Name]!Counter = 3 Then
strQueryName = "Report 3LO"
ElseIf [Table Name].Counter = 4 Then
strQueryName = "Report 4LO"
End If
??
does ny1 know?