I have a table set up with the sales rep that handles each broker. When data is entered into broker field on the input form, I would like the sales rep information (associated with the client) to populate as a result of inputting the broker name.
I have created a macro to respond to the afterupdate event of the broker textbox - When I select the broker on the form, it always uses the first sales rep in the client table.
My Expression is: DLookUp("[SalesRep]","tblBrokers"."[tblBrokers].[Broker]=Broker"
I appreciate any feedback that could be provided - Thanks!!!
I have created a macro to respond to the afterupdate event of the broker textbox - When I select the broker on the form, it always uses the first sales rep in the client table.
My Expression is: DLookUp("[SalesRep]","tblBrokers"."[tblBrokers].[Broker]=Broker"
I appreciate any feedback that could be provided - Thanks!!!