I trying to make the form where you enter in information user friendly by using combo boxes. I'm trying to use a combo box to look up a user name and then in the field below it to plug in the corresponding user Id and have that user Id entered into the table. I'm not sure if this is possible I was trying to use an SQL statement like so "= SELECT [User Information].[User ID]
FROM [User Information]
Where[User Information].[User ID] = [combo12].[value]; "
I'm not sure if you can even use that combo box in that spot, but I 'm not sure how else to do this. Am I way off? Or is there a better way to do this. I just don't want the user to have to know ever user Id, so I figured they could look it up by the name.
Any help would be appreciated.
Thanks
FROM [User Information]
Where[User Information].[User ID] = [combo12].[value]; "
I'm not sure if you can even use that combo box in that spot, but I 'm not sure how else to do this. Am I way off? Or is there a better way to do this. I just don't want the user to have to know ever user Id, so I figured they could look it up by the name.
Any help would be appreciated.
Thanks