Jump to content
  • 0

One form with multiple records


Lebek

Question

I am trying to make a form where I can enter the daily sales of a retail shop, together with the number of transactions and other related info. I want to enter this information on a weekly basis, so I want the form to have seven records for each day of the week, and for my form to plug in the sales info in my table for each day individually. So one form but with multiple records / entries in my table. Any ideas? Thanks in advance. 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

To do this you need to have a table with fields for each day and another table that has the breakdown. So the first table has:

day, name1, value1, day2, name 2, value 2, day3, name3, value3 ...

Now you can create a triggr to breakdown the values and add one row for each day to anoter table. Attached is an example of the table, input page and trigger

CaspioData_2018-Dec-10_0904.zip

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...