J
jacquie
This macro works without the conditions, but once I put
the conditions it, it just stops at the first step. If the
copy is 0, I want to add a new record and set the copy
value to 1. If it isn't, then I want it to sort. I can
send a screen shot of the fuller macro if you send me your
email (this newsgroup doesn't allow attachments or pics).
Any ideas? Thanks!!
---------
openform
gotocontrol copy
[copy]=0 gotorecord new
.... setvalue copy = 1
.... stopmacro
runcommand
the conditions it, it just stops at the first step. If the
copy is 0, I want to add a new record and set the copy
value to 1. If it isn't, then I want it to sort. I can
send a screen shot of the fuller macro if you send me your
email (this newsgroup doesn't allow attachments or pics).
Any ideas? Thanks!!
---------
openform
gotocontrol copy
[copy]=0 gotorecord new
.... setvalue copy = 1
.... stopmacro
runcommand