Here is my problem:
I have an 3 or 4 programs(VB Interface/Access Backend) that all have the same EmployeeTable. When an employee changes, I have to make the update in all 4 databases. I've tried making it into a link table, but it pretty much kills my program because its so slow. The link table seems to slow the connection to the database way down. Does anyone know of a more efficent way to handle this?
Thanks.
Tim
I have an 3 or 4 programs(VB Interface/Access Backend) that all have the same EmployeeTable. When an employee changes, I have to make the update in all 4 databases. I've tried making it into a link table, but it pretty much kills my program because its so slow. The link table seems to slow the connection to the database way down. Does anyone know of a more efficent way to handle this?
Thanks.
Tim