We abuse Access on a daily basis, but it keeps running right along with us!
My department uses several large tables (like, 365 of them...each 100
records long...on average.)
I know we are not supposed to change data right directly in a table but we
have been doing this for years...probably won't stop now.
Anyway, the records in our tables have 6 fields of data with the headings
of: cc, time, caller, location, incident and camera. The key field is the
time.
Can someone help with a bit of VB that after the user inputs data into the
camera field and hits the enter key, Access will automactically sort the the
records ascending and have the cursor return to the last empty record in the
time field?
Thanks alot for looking into this for me.
Rob
Douglas J. Steele - 02 Dec 2006 12:30 GMT
You shouldn't work directly with tables. Create a query that returns the
data in the order you want, and use the query.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
> We abuse Access on a daily basis, but it keeps running right along with
> us!
[quoted text clipped - 16 lines]
>
> Rob
Robb27 - 02 Dec 2006 23:45 GMT
Well, since we are working directly in tables, does anyone have any code to
do this?
> You shouldn't work directly with tables. Create a query that returns the
> data in the order you want, and use the query.
[quoted text clipped - 19 lines]
> >
> > Rob