Chimp8471
Registered User.
- Local time
- Today, 17:46
- Joined
- Mar 18, 2003
- Messages
- 353
i have a combo box that picks up a distinct row from my table
when i click on the combo box it displays
personnel number
Forname
these work fine, however i now want it to also add the surname to the viewable data.
i have the following in the row source:
SELECT DISTINCTROW [Personnel Data].[Personnel_Number], [Personnel Data].[Forename], [Personnel Data].[Surname] FROM [Personnel Data];
but if i remove the [Personnel Data].[Surname] part it works fine, but obviously only displays relevant data
any ideas
cheers
Andy
when i click on the combo box it displays
personnel number
Forname
these work fine, however i now want it to also add the surname to the viewable data.
i have the following in the row source:
SELECT DISTINCTROW [Personnel Data].[Personnel_Number], [Personnel Data].[Forename], [Personnel Data].[Surname] FROM [Personnel Data];
but if i remove the [Personnel Data].[Surname] part it works fine, but obviously only displays relevant data
any ideas
cheers
Andy