I have a report prepared from a wizard from a form (and amended)
The form (purchase order) has a combo box "ContractNo" picking up info from a SQL query (is this the right terminology)
I have another field on the form "Customer Name" linked to the combo - [ContractNo].[Column](1). this works fine to pick up the customer name automatically when the contract No is entered
My problem is that I need the report to display the customer name as shown on the form but cannot work out the code to enter
I am sure it is simple and will keep trying but any help would be appreciated
The form (purchase order) has a combo box "ContractNo" picking up info from a SQL query (is this the right terminology)
I have another field on the form "Customer Name" linked to the combo - [ContractNo].[Column](1). this works fine to pick up the customer name automatically when the contract No is entered
My problem is that I need the report to display the customer name as shown on the form but cannot work out the code to enter
I am sure it is simple and will keep trying but any help would be appreciated