Not bring up details

N

Neil Greenough

I have set up a contacts table/form. In the header of my contacts form, I
have the following:

SELECT [ContactsEcho].[EmployeeID], [Surname] & ", " & [Forename] AS
FullName, [ContactsEcho].[Surname], [ContactsEcho].[Forename] FROM
ContactsEcho ORDER BY [Surname] & ", " & [Forename];

This works fine and all my contacts are listed in this list. Nonetheless,
when I select a contact, there details are not brought up in the form. What
am I doing wrong? When I select the relevant person, their name just becomes
listed in the search menu and nothing else. What I want is for the form to
then automatically bring up that specific individual's contact details.

Kind regards
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Removing duplicate detail records 3
Removing duplicates 3
'Duplicate' record 1
Linq and xml question 2
UK Address Search 1
Outlook 02 Contacts list problem 3
Copying data between fields 6
Contact database 1

Top