I think I have been thinking about this for too long and can't see the answer so any help is gratefully received.
Background: We have a corporate SQL database recording all incoming complaints. I have been asked to write a basic access database to store information about audit work carried out on a number of these jobs daily. I have the odbc link up and running and can display these jobs, filtered if necessary, and I have a table which stores the unique ID from the database and any comments or work carried out.
Bit I am stuck on: The corporate database is huge, as you can imagine, so loading and searching this info takes forever. What I want to do is allow user to type in the unique number, and then have the form load the details linked from the corporate system. Then the user updates only those fields which store in the access database with only the unique ID from the corporate system
Where should I start? I'm still developing my access knowledge so be gentle with me.
Thanks
Background: We have a corporate SQL database recording all incoming complaints. I have been asked to write a basic access database to store information about audit work carried out on a number of these jobs daily. I have the odbc link up and running and can display these jobs, filtered if necessary, and I have a table which stores the unique ID from the database and any comments or work carried out.
Bit I am stuck on: The corporate database is huge, as you can imagine, so loading and searching this info takes forever. What I want to do is allow user to type in the unique number, and then have the form load the details linked from the corporate system. Then the user updates only those fields which store in the access database with only the unique ID from the corporate system
Where should I start? I'm still developing my access knowledge so be gentle with me.
Thanks