S
smk23
I have an MS Access 2002 frontend app that schedules and
tracks events in an office with a SQL Server 2000 DB on
the backend. Currently, I have exceeded Access' max file-
handling capacity, resulting in inability to edit records,
add new records, or delete records from the Access forms.
This happened suddenly after running these forms for
several years and followed restructuring of the backend DB
which increased total number of fields in the DB.
My solution would be to handle all sorts and filters on
the SQL backend and decrease network traffic and hopefully
improve performance on the frontend.
Access Project looks worthless to me because it is single-
user (this blows me away!!) for record editing
capabilities. That leaves me with using ADO objects in
the .mdb app to populate forms, right?
Anybody out there want to comment on this?
Thanks,
smk23
tracks events in an office with a SQL Server 2000 DB on
the backend. Currently, I have exceeded Access' max file-
handling capacity, resulting in inability to edit records,
add new records, or delete records from the Access forms.
This happened suddenly after running these forms for
several years and followed restructuring of the backend DB
which increased total number of fields in the DB.
My solution would be to handle all sorts and filters on
the SQL backend and decrease network traffic and hopefully
improve performance on the frontend.
Access Project looks worthless to me because it is single-
user (this blows me away!!) for record editing
capabilities. That leaves me with using ADO objects in
the .mdb app to populate forms, right?
Anybody out there want to comment on this?
Thanks,
smk23