Code
if me.recordset.recordcount = 0 then
cancelevent
else
if me.recordset.recordcount = 1 and me.Amount = 0 then
Docmd.rumcommand accmdundo
Endif
Microsoft recommends you use macros instead of code how do you transform this code in macro
Your help will be highly apprecciated
Pancho
if me.recordset.recordcount = 0 then
cancelevent
else
if me.recordset.recordcount = 1 and me.Amount = 0 then
Docmd.rumcommand accmdundo
Endif
Microsoft recommends you use macros instead of code how do you transform this code in macro
Your help will be highly apprecciated
Pancho