I have a single sheet form driven by a select query. As the user completes information I control the advance to the next sheet by setting the form’s cycle property.
When I come to the end of the file, the form hangs. I have EOF processing to do but can find no way to test for EOF.
Is there a way to test for EOF on a query driven form?
Thanks