MichaelFrishman
8 years agoQrew Cadet
Popup for multiple-choice selection
I'm trying to create a button on a child record (purchase order line) shown as a report on a parent (job#) form. I'd like the button to show a popup that asks the user to select from a multiple choice field (month work complete) in the child table, and once the user selects the month the work was complete, that data and the date stamp gets recorded in the child table. The user would return to the parent form.
I'm sure you can do this via Dan Diebolt's Image Onload technique, which I can get to show a popup, but I don't know how to get the user to select data that returns to the child record. I'm not a coder but I can usually take someone else's code and make it work, but I can't find anything in the community that I can use.
Another options is to click a button on the child record to take the user to a child form, where the user selects the multiple-choice field, but saving that just takes the user back to the child record instead of the parent record.
Thanks in advance for any help.
I'm sure you can do this via Dan Diebolt's Image Onload technique, which I can get to show a popup, but I don't know how to get the user to select data that returns to the child record. I'm not a coder but I can usually take someone else's code and make it work, but I can't find anything in the community that I can use.
Another options is to click a button on the child record to take the user to a child form, where the user selects the multiple-choice field, but saving that just takes the user back to the child record instead of the parent record.
Thanks in advance for any help.