I am working with an ADP files. I have a continuous forms that is bond to a stored procedure. My problem is that I can detete records as it is possible with access. In access you could delete individual records on continuious forms
Any ideas please
Thanks
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
I am using a view, which is joining several tables. I did change the settings on the form, but it still does not work. I could not find the set the unique table property.
Thank you in advance
Sorry for the late addition to this thread but I have recently had the same problem and discovered that it is not possible to delete records using a view/stored procedure or by opening the table from the database window unless your table has a primary key defined. After adding a primary key all seemed fine.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.