Does anyone know what the "Me![....] means in the statement below or
where I can find information on how this feature is used? Its in a
OnUpdate event procedure in an Access Form"
Is it a Access Statement, VBA or an SQL command???
Me![CalcValue] = Me![txtCalcValue]
where I can find information on how this feature is used? Its in a
OnUpdate event procedure in an Access Form"
Is it a Access Statement, VBA or an SQL command???
Me![CalcValue] = Me![txtCalcValue]
Comment