In this particular situation, the continuous form is used primarly for viewing records. Also there is a filter set on the form if I went to view info related to a particular record. However, sometimes I may want to delete some records. In access I was able to delete records on a continuous forms that were bond to a query. This functionality does not seem to be available in ADP files.
As far as using functions versus stored procedure, wouldn't you be better off, from a performance point of view,using a stored procedure instead?
And one last question, can I delete or update records based on views or stored procedures? IS it possible to do so using views, or am I better off using stored procedures to complete this task?
Thank you
Bensta