Is the following the correct syntax for a choose statement?
CHOOSE vsub +
FROM #VALUES +
FOR publisher +
FROM publishers +
ORDER BY publisher +
TITLE 'Press ''[Esc]'' to Return to Menu' +
CAPTION 'Choose Publisher' +
LINES 20For some reason when I am in trace mode and execute this command it gives an error message about Endwhile. I have recently rebuilt my database and it still gives that error. What am I doing wrong? Thanks, Charlie

