B
Barry A&P
I may just be burned out,,,,,
I am trying to create a textbox that displays a warning based on a combobox
on another form but my warning displays the "bound" field of the combo not
the displayed field..
heres what im using
="Warning !! " & forms![users][userID] & " You dont know what you are doing"
this is what i end up with
"Warning 3 you dont know what youre doing"
I want to get
"Warning Barry you dont know what youre doing"
i cant figure the textbox syntax for something to display username where
userID = forms![users][userID]
can i use a join or where clause inside the textbox? or do i have to do a
query elsewhere
any help would be appreciated
Barry
I am trying to create a textbox that displays a warning based on a combobox
on another form but my warning displays the "bound" field of the combo not
the displayed field..
heres what im using
="Warning !! " & forms![users][userID] & " You dont know what you are doing"
this is what i end up with
"Warning 3 you dont know what youre doing"
I want to get
"Warning Barry you dont know what youre doing"
i cant figure the textbox syntax for something to display username where
userID = forms![users][userID]
can i use a join or where clause inside the textbox? or do i have to do a
query elsewhere
any help would be appreciated
Barry