Is there a way to get a form to auto-post? If not is there another way to click once and
add a new row to a table with set parameters?
Can you elaborate?
If the new row is basically a copy of an existing row, you could use an action using the LINKTOFORM(), linking to a FORM viewโฆ
You can then specify using text, or column references, what you want each
column to contain. Then save this new record.
E.g.
LINKTOFORM(โSales_Formโ, โSalesโ,[SalesID],โSales.ItemNumberโ, [Sales.ItemNumber], โSales.PrivateOrBusinessโ, [Sales.PrivateOrBusiness],โCopyOROriginalโ,โCopyโ)
So this links to a FORM view called โSales_Formโ, and places the SalesID value in the โSalesโ column, places the sales item number and private or business selections into the relevant columns, and adds the word โCopyโ into the CopyOrOriginal column.
Hope that helps?
User | Count |
---|---|
16 | |
9 | |
9 | |
7 | |
3 |