Ben Crane wrote:

"Can you use alias variables in IF statements"

Yes, one way is:

Dim a as alias
a = tablevarname + ".OBJ"
If a Then
  'some code
End If

Remember to Fetch First/Next in a loop to process record by record.

HTH,
Jakob, 

Lanstorp Consulting
http://www.lanstorp.com

---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4588

Reply via email to