<< Can I not use a Dynamic Caption with a variable form? >>
I'm not 100% certain, but I believe that the variable used for dynamic captions must come from the form's expression list (to ensure it exists when the form is run). Two other solutions to variable captions are: 1. Use the CAPTION option on the EDIT USING command. 2. Use the PROPERTY FORM CAPTION command in the form's ON AFTER START EEP. -- Larry

