Hello

Just giving the code that l am using and the error message it gives me.

C:\Surgery.mdb. It is already opened by another user, or you need permission to view its data.

My code l am using is the following

[code]
daOwners.Fill(dsOwners) 'Fill the dataset with the contents of the database
grdOwners.DataSource = dsOwners 'Put the data from the dataSet into the datagrid
grdOwners.DataBind() 'Bind the contents

[\code]

I get the error message on the first line "daOwners.Fill(dsOwners)

Hope someone can help me

Many thanks in advance

Steve