Forms - Finish View

Hi. I have a form that records a daily check list for Fabrication Hardware. The checklist is the same for each piece of hardware but I have to create a separate row for each piece of hardware too. I have 6 Chainsaws numbered 001 - 006. When I complete the check for 001 is there a seamless way for me to automatically load the next form with the checklist for 002 and then 003 and so on.

Any help would be great, thanks.

Solved Solved
0 10 1,669
1 ACCEPTED SOLUTION

@MauriceWhelan
You can create separate LINKTOFORM (โ€œChainsawXXX_Formโ€,โ€œIDโ€,UNIQUEID()) actions for each ChainsawXXX_Form view (from 002 to 006) and assign them to the Form Saved action of successive ChainsawXXX_Form views (from 001 to 005). The next form will seamlessly pop-up upon preceeding form is saved. I mean:

LINKTOFORM (โ€œChainsaw002_Formโ€,โ€œIDโ€,UNIQUEID()) Form Saved action for Chainsaw001_Form,
LINKTOFORM (โ€œChainsaw003_Formโ€,โ€œIDโ€,UNIQUEID()) Form Saved action for Chainsaw002_Form
.
.
LINKTOFORM (โ€œChainsaw006_Formโ€,โ€œIDโ€,UNIQUEID()) Form Saved action for Chainsaw005_Form

View solution in original post

10 REPLIES 10
Top Labels in this Space