I'm using a datagrid to display records from a MS Access DB using ADO, and I'm trying to do 2 things with the datagrid that I'm not sure how.
First, I need to make all the cells of one column to be a combo box bound to another table of my DB, since on that field the user can only pick values from this other table. I've seen no option for this so I suppose I'll have to code it?
Secondly, how can I mask a cell on a datagrid? One of the fields is a password and I only want to show ***** and not the actual password value. The user will be able to write there also, but it should only see **** and not what they are writing into there.
If anyone can help I'd appreciate it.
First, I need to make all the cells of one column to be a combo box bound to another table of my DB, since on that field the user can only pick values from this other table. I've seen no option for this so I suppose I'll have to code it?
Secondly, how can I mask a cell on a datagrid? One of the fields is a password and I only want to show ***** and not the actual password value. The user will be able to write there also, but it should only see **** and not what they are writing into there.
If anyone can help I'd appreciate it.