With VB 4.0 I access an Excel 5.0 file. In one
column (of this file) thre are numbers and cobinations like
this: 'B4','A2'... But only the numbers appear
in the textbox (of my program).

Some prpeties:
Name: DATA1
Connect: Excel 5.0;
DatabaseName: SONGS.XLS
RecordSource: TAB1
ReadOnly: True

Name: TEXT1
Datafield: NR (German shortcut for number)
DataSource: DATA1




Where is the problem, Matt-D