I have a form "Fulfillment". On the form I have a command button "cmdPatchReport" with a Macro on the OnClick event to open the PatchReport. When this button is clicked, not only would I like it to run an update querry to update the ItemShipDate to a date that is provided. (In other words I would like a modal to pop-up asking for the ShipDate, then run the update querry so that all of the records have that ShipDate)
Should I put this information in VBA on the Unload event of the Report?
Beth
Should I put this information in VBA on the Unload event of the Report?
Beth