Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Manually adding data to DataGrid

Status
Not open for further replies.

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,
 
On Form Open try this
DataGrid.DataSource = "Select ...from tablename"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top