View Full Version : is there a way to save ALL records on a continuous form?


gino
06-15-2000, 02:14 PM
i need to save all records at one time on a continuous form on open event. if this is possible, your help would be greatful.

thanks to all in advance.

[This message has been edited by gino (edited 06-15-2000).]

Pat Hartman
06-16-2000, 12:07 PM
Each record shown on a continuous form is independent of all the others. They each respond to their own events. The short answer is NO.

The only way to do this is with code. You would need to create an unbound form that shows some fixed number of records and process each of them yourself.

gino
06-16-2000, 03:36 PM
thanks pat once again.
thanks for all your help.