G
Guest
Can this be done.
I have made a simple radio station ad scheduling system but it takes forever
because I need to repeat the append qry the max potential number of times to
make sure evry add is scheduled. I need to make this simpler by stopping the
append process when empty otherwise it appends up to 480times and as you can
imagine that takes a long time.
The RunMacro macro has an area for an argument to stop the macro when it
becomes true. The only problem is that you are only allowed to refer to
forms or reports in this section.
Is there another way - Im sure you could do it in vba but i have not clue
about vba.
Please help
I have made a simple radio station ad scheduling system but it takes forever
because I need to repeat the append qry the max potential number of times to
make sure evry add is scheduled. I need to make this simpler by stopping the
append process when empty otherwise it appends up to 480times and as you can
imagine that takes a long time.
The RunMacro macro has an area for an argument to stop the macro when it
becomes true. The only problem is that you are only allowed to refer to
forms or reports in this section.
Is there another way - Im sure you could do it in vba but i have not clue
about vba.
Please help