Conditional Macro

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
 
K

Ken Snell

Post the macro's listing here...what you've listed isn't complete, and it's
not clear what you're trying to do.
Is [copy]=0 supposed to be a condition? Be more specific about the different
parts of the macro (condition, action, arguments, etc.).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top