Split form with View , Edit , Delete

Rania01

Member
Local time
Today, 21:06
Joined
Oct 9, 2021
Messages
59
I am looking for example of splitform with View , Edit , Delete see photos

Thank you in advanced
 

Attachments

  • Grid.jpg
    Grid.jpg
    2.9 KB · Views: 117
  • grid2.jpg
    grid2.jpg
    29 KB · Views: 122
Many people do not like the limitations of the split form and here is a better alternative.
 
One of the many issues with the built in split form is that it uses a datasheet view rather than a continuous form.
This makes it difficult to add buttons such as View / Edit / Delete
Using a continuous form instead means that becomes possible

There are various ways of simulating / emulating the split form idea but improving upon it.
Thanks for providing the link to the emulated split form @MajP
I've also created another page which shows a variety of alternatives to split forms that developers can create

 
> This makes it difficult to add buttons such as View / Edit / Delete
Such buttons can be added to the Single Record part of split form. The datasheet part is meant for navigation only.
 

Users who are viewing this thread

Back
Top Bottom