Susan Harkins
harkins at iglou.com
Thu Mar 6 22:05:38 CST 2003
Thank you. :) Susan H. > No that's actually multiplying the value and setting it eqaal to the left > side of the equation. > > Var1 *= Var2 is the equivalent of Var1 = Var1 * Var2 > > Works in VB but not VBA (There are others like +=, /=, etc....) > > Chris Mackin > www.denverdb.com > Denver Database Consulting, LLC > > > -----Original Message----- > From: dba-sqlserver-admin at databaseadvisors.com > [mailto:dba-sqlserver-admin at databaseadvisors.com]On Behalf Of Susan > Harkins > Sent: Thursday, March 06, 2003 6:57 PM > To: SQLList > Subject: [dba-SQLServer]* in field name? > > > where bc.carrera=a.carrera > and bc.plan_estud=a.plan_estud > and a.boleta*=k.boleta > > =======Ran across what appears to be an unusual syntax -- the use of * in a > field name? Is that what this is? What does this mean or am I > misunderstanding what I'm seeing? > > Susan H. > > _______________________________________________ > dba-SQLServer mailing list > dba-SQLServer at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-sqlserver > http://www.databaseadvisors.com > > > > > _______________________________________________ > dba-SQLServer mailing list > dba-SQLServer at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-sqlserver > http://www.databaseadvisors.com > > >