T
Tunde Odesanmi
I have a personnel system setup correctly in access. I'm
have trouble with the time it takes an update query to
process a particular transaction. Although it works but
it takes some couple of seconds before the field updates
reflects in the destination table.
I have table A(standing database) with lots of field
including a field called location. This table A is index
on staffno field. Another table called B has same
structure. But this is a dynamic database. The current
update in the [B.location] field is transfer to table A
([A.location]) after pushing a command button. It takes a
while before this updates works after several seconds,
i.e pushing or clicking the command button. Meanwhile
table B is not indexed, since we want to keep track of
personnel movement.
What else do I need to do to make the update query work
fast as clients here are impatient with slow updates. We
all have Pentium 1V based PC connected to Novell Server.
Again, the database has been splitted with the backend on
a folder in the server
Pls help
Tunde
have trouble with the time it takes an update query to
process a particular transaction. Although it works but
it takes some couple of seconds before the field updates
reflects in the destination table.
I have table A(standing database) with lots of field
including a field called location. This table A is index
on staffno field. Another table called B has same
structure. But this is a dynamic database. The current
update in the [B.location] field is transfer to table A
([A.location]) after pushing a command button. It takes a
while before this updates works after several seconds,
i.e pushing or clicking the command button. Meanwhile
table B is not indexed, since we want to keep track of
personnel movement.
What else do I need to do to make the update query work
fast as clients here are impatient with slow updates. We
all have Pentium 1V based PC connected to Novell Server.
Again, the database has been splitted with the backend on
a folder in the server
Pls help
Tunde