I have a main form, where the users enter an order number. after hitting return, this opens a subform, filtered by the order number. The fields on the subform are either populated automatically from an underlying query, or manually input by the user. When all inputs are complete, a command button opens a report which is populated directly from the info in the subform.
One of the fields on the subform (a ship-to address) is currently auto populated, but for certain customers, the users want to overwrite this address. I've tried adding 2 controls ('ShipTo' and 'AltShipTo') for the Ship-To - which one is displayed dependant on the ship-to address of the customer. I've tried everything to make the appropriate control display without success, and don't know how then to get the report to display the contents of the correct control from the subform.
Hope someone can understand what i'm trying to say here....
One of the fields on the subform (a ship-to address) is currently auto populated, but for certain customers, the users want to overwrite this address. I've tried adding 2 controls ('ShipTo' and 'AltShipTo') for the Ship-To - which one is displayed dependant on the ship-to address of the customer. I've tried everything to make the appropriate control display without success, and don't know how then to get the report to display the contents of the correct control from the subform.
Hope someone can understand what i'm trying to say here....