Hiya,
On one of my forms, the user is supposed to select an Estate Agent (the database is a conveyancing properties system) from a pull-down combo box. At the moment, the combo box displays the ID number of each estate agent, since that is the unique key for tblEstateAgents. However, I need it do display the name and town of each estate agent on the system ie. "Foxx and Son, Weymouth", rather than a number (although it still needs to search by the number, while simply displaying the name).
Any ideas on how to do this? I think I need to use SQL but I'm not sure
The ID field is EAgentID
The name field is EAgentName
The town field is EAgentTown
The table is tblEstateAgents
Any help here would be cool, thanks
On one of my forms, the user is supposed to select an Estate Agent (the database is a conveyancing properties system) from a pull-down combo box. At the moment, the combo box displays the ID number of each estate agent, since that is the unique key for tblEstateAgents. However, I need it do display the name and town of each estate agent on the system ie. "Foxx and Son, Weymouth", rather than a number (although it still needs to search by the number, while simply displaying the name).
Any ideas on how to do this? I think I need to use SQL but I'm not sure

The ID field is EAgentID
The name field is EAgentName
The town field is EAgentTown
The table is tblEstateAgents
Any help here would be cool, thanks