I'm making a report that has information from several tables. I can display the staffmember, instead of his ID when i use a listbox (2 cols with sql statement), but is it possible to display the name (that is in another table) in a textbox (i have the sql statement: select [Personel].[initials] from Personel where [Personel].[ID_Personel] = [tasks].[ID_Personel])
and if not, how is it possible to let the listbox look like a textbox, because the first (and only) item is selected (and comes with a black background instead of a white one)
thanx for your appreciated help!
Maarten
and if not, how is it possible to let the listbox look like a textbox, because the first (and only) item is selected (and comes with a black background instead of a white one)
thanx for your appreciated help!
Maarten