i try to create 2 form, one form is name "form1" and an other is "form7" but i didnt found a formula for make this
i would like to make form1+form7 and make the association beetwen this 2 form in my dataverse table.
in the image i try i think like this but i doesnt work . i try also this
Three things to consider:
NewForm(Form1);;
NewForm(Form7);;
Hope that helps,
Bryan
hi thx for your reply
for the point 2) that you have mentioned in your reply ,the problem is that i have already 60 field to insert in my form 1 so i would know if there is a system for split in 2 different form because for the user is not easy see a single huge form( i know it can be stupid) so im in search of a system for insert all this data in my dataverse
30 field (form1) 30 field (form7) but with only a single ID
ID 1 with other 60 field,
i can use also other idea instead the form system for insert, but i didnt found nothing in internet about this problem.
Oh, if these forms are part of a sequence to add the same record, consider this structure:
In this way, you make sure to create & then update only one record in your table.
Bryan
hi but i need to put lastsubmit in my button for the form7? i try but i doesnt work.
I'm not sure I quite understand - the references to Form1.LastSubmit should be in the Items property of the form, not in the OnSelect of any button. Can you describe in more detail where you are stuck and what error is occurring?
Bryan
hi,
my form 1
formula for submit form1
edit property (form7)
formula for submit form 7
didnt see my field in form 7
i put last submit in my form 7 but now i didnt see my form 7
@Anonymous wrote:
i put last submit in my form 7 but now i didnt see my form 7
Does your Form7 refer to the same table and same record as Form1? If not, then we need to put in the correct Data Source and Item for that form.
Bryan
the table is the same but how can i refer the record?
User | Count |
---|---|
118 | |
86 | |
83 | |
74 | |
69 |
User | Count |
---|---|
215 | |
179 | |
141 | |
109 | |
83 |