I am just beginning to try and do some database stuff and have run in to a problem. I can't get the data from my datasource to show up in my bound text box. The data source is selected by the user from a file open dialog box, when they select the file, the datasource property of data1 is set to that file. The datasource property of my text box is set to data1. In my code after the user selects the file i have text2.datafield = "MARKET". Market is the name of the column that holds the cell i want to be displayed in the text box. can anyone help me please? Just beginning so anything will be appreciated.

Thanks in advance.