The answer to this 1 is probably pretty basic. Im trying to add data to a database with VB using adodc connection, but when i created my database originally, some attribute names had spaces in then, i.e. "infra red" was the name of an attribute. How do i add data to this. Ive got

Adodc1.Recordset!infra red = Combo3.Text

but because there is a space VB doesnt like this. And i cant really change the names of the attributes. Does any1 know if there a way round it?

Thanks

Will