Hi Guys,
I’m trying to make a button in a report that, when multiple records are selected, it will run through the records, collect some of the fields from the records, then open up another form in a popup window and populate it’s subform with said fields. Essentially, each selected record in one report would need to be a row in the subform of a newly opened form.
I’m getting some errors on what I've tried, which may be to do with using the usual
Insert rows in Subform tactic; I have no idea if this can work with
Functionality based URLs, but I'm not sure how else to open a pop up of a populated but unsaved record.
Here’s a stripped down version of the code I’m having problems with:
Report with button that appears when multiple records are selected =
ReturnsForm to open and populate =
ResellSubform to populate =
Items (so 'Resell.Items')
Note that this may work for creating and then referencing a record, but I really need it to be an unsaved record so my portal users can edit it or cancel it before saving.
If anyone can point me in the right direction, I’d appreciate it, or if you need more info to help then let me know.