entering columns of numbers. Access anticipates next in sequence

P

peter

Whilst entering columns of numbers, Access anticipates and enters the next in
sequence. How can I cancel this problem
Thanks
Peter
 
S

Steve Schapel

Peter,

As far as I know, it is not possible to change this behaviour in a
datasheet.

However, it is normally not recommended to use a table for this purpose
anyway. Tables are primarily for data storage, and not really for data
entry. If you use a continuous view form bound to the table instead,
you will avoid this problem.
 
Top