May 4, 2001 #1 DeepBlerg Technical User Jan 13, 2001 224 AU Hi ppl, What is the code to manually add data from a mdb table into a datagrid instead of databinding. Thanks,
Hi ppl, What is the code to manually add data from a mdb table into a datagrid instead of databinding. Thanks,
May 12, 2001 #2 Terpsfan Programmer Dec 8, 2000 954 US On Form Open try this DataGrid.DataSource = "Select ...from tablename" Upvote 0 Downvote