Solved Datasheet is selecting more then one record

silentwolf

Active member
Local time
Today, 08:56
Joined
Jun 12, 2009
Messages
651
Hi again,

When I select a record in the datasheet view the form selects sometimes more then one record.

Does anyone know what cause this issue?

Cheers
 
Please show the SQL of your Select query. It sounds like you are not selecting on some unique attribute.
 
jdraw beat me to it. An SQL SELECT statement won't return a single record unless (a) that's all you've got or (b) your WHERE clause specifies some attribute uniquely. Otherwise, SELECT returns a set of records - which is why you deal in recordsets with Access.
 
I read that to be selecting one record in a datasheet, yet for some reason two are selected, but I did not even know that could be done.
 
Hi,

thanks for your input.
I believe it had something to do with the mouse rather then something with my code.
Now it seams to work again.

So I keep you posted if there is it again.

Cheers
 
Please provide a screenshot showing this if it recurs
 

Users who are viewing this thread

Back
Top Bottom