How to Create an Edit Form for the Values ONLY Shown in the Current View

I would like to format my "Edit Form" such that it only shows the columns that are contained in that (table) view and not the other details/columns that are not shown in that (table) view, how will I proceed with this?

Suppose I have a table that contains the following details:

Product Name, Length, Width, Height, Descriptions, Comments

Suppose from this table I create two (2) table views- One, say, PRODUCT SPECS, which contains the (Product Name, Length, Width, Height) and the other, say, PRODUCT DETAILS, which contains the (Product Name, Descriptions, Comments).

Suppose I want it such that when I view the PRODUCT DETAILS view, and click on the "EDIT" button, only the Product Name, Descriptions, and Comments are shown (and not the other columns such as the length, width, and height)-- how do I do this? Is this possible?

Thanks!

0 1 63
1 REPLY 1

Você pode definir quais colunas exibir configurando a ordem de exibição

Top Labels in this Space