Hi,
I'm sorry if this has been posted earlier but I can't seem to find any post that I totally understand as I am new to Access.
I have a listbox which stores status of a project. In the listbox, the values are:
Requested
In-Progress
Cancelled
Completed
In a UI that my co-worker created, if a user chose "Requested" it will store the value "0" in the table, or if the user chose "In-Progress" it will store the value "1" in the table. So the table column that relate to this field are all 0,1,2,3 values. I have created a listbox in Access and filled the RowSource with "Requested";"In-Progress";"Cancelled";"Completed". When I bound the listbox to the table field, it only shows up as 0s, 1s, 2s, 3s instead of showing the actual words like "Requested", "In-Progess"...etc.
How can I make the listbox to show "Requested" when the value in the table is 0 and so forth??
Thanks in advance!!
-Lory
I'm sorry if this has been posted earlier but I can't seem to find any post that I totally understand as I am new to Access.
I have a listbox which stores status of a project. In the listbox, the values are:
Requested
In-Progress
Cancelled
Completed
In a UI that my co-worker created, if a user chose "Requested" it will store the value "0" in the table, or if the user chose "In-Progress" it will store the value "1" in the table. So the table column that relate to this field are all 0,1,2,3 values. I have created a listbox in Access and filled the RowSource with "Requested";"In-Progress";"Cancelled";"Completed". When I bound the listbox to the table field, it only shows up as 0s, 1s, 2s, 3s instead of showing the actual words like "Requested", "In-Progess"...etc.
How can I make the listbox to show "Requested" when the value in the table is 0 and so forth??
Thanks in advance!!
-Lory