I tried to search because I know this is in this forum somewhere. I just did a few searches and came up empty so . . . I am asking this question. I have a form that uses the following Select statement
SELECT [Members].[PersonID],[Members].[FirstName]&", "&[Members].[LastName] FROM [Members] ORDER BY [LastName]
My problem is when I open the table this writes to; it lists the PersonID and not the FirstName and LastName as it lists in the combo box on the form. I understand why but I can't seem to modify the Select statement to put the FirstName and LastName in the the field it is writing to.
Should I be looking at the report or table properties?
Thanks
Rich
SELECT [Members].[PersonID],[Members].[FirstName]&", "&[Members].[LastName] FROM [Members] ORDER BY [LastName]
My problem is when I open the table this writes to; it lists the PersonID and not the FirstName and LastName as it lists in the combo box on the form. I understand why but I can't seem to modify the Select statement to put the FirstName and LastName in the the field it is writing to.
Should I be looking at the report or table properties?
Thanks
Rich