auto populate textfield items in MS data grid first column .. anyway to do it?
Printable View
auto populate textfield items in MS data grid first column .. anyway to do it?
tell me some more abt your prob dear !
i have a recordset which displays some ids. when i select the id, the ADO of the MS DataGrid will use the text in a combobox as part of its query, thus the Datagrid will display only records of that particular id.Quote:
Originally Posted by rahul.kul
the reason i use a datagrid is cuz so that i can do update. problem here is this i have 3 fields in my datagrid which is Refund ID, Tax Code and Tax Amount. i wish to have the RefundID automatically appearing when a new row appears in the datagrid. so i can hide my id column. flaw of datagrid is that i can enter the id manually and it belongs to other records. so i wan to remove the part abt users entering the refund id themselves but it shall be auto populated on a new row.. possible?