Two Forms for the same table

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
rkopp01234
User
Posts: 23

Two Forms for the same table

Post by rkopp01234 »

Hi there,

I would like to create two diffrent forms for the same table? The forms should be editable.

How can I realize this? Can I use views? Are views editable or read only?

Thanks!

Greetings Rainer


MichaelG
User
Posts: 1111

Post by MichaelG »

Create views based on the original table so that you can create different add/edit forms for the views. Make sure that you have enabled primary keys for the views so that they can be editable.


Post Reply