So I have this database that tracks purchases made that we process on behalf of several clients we represent. They submit requests to us, and we look over their paperwork and make sure that they've crossed their T's and dotted their I's and then approve them to be sent to one of our representatives for processing. We have to approve huge numbers of these each day, and up to now, we've been entering each one as a record into our database by hand, one at a time. These records are stored and used and updated to track the history and status of a purchase as it goes through the process, as well as be able to find information about that purchase when its completed should the need arise down the line.
What we were hopping to do, is have an Excel sheet import large batches of data into our database each day once we've finished approving these requests. The idea is to get all the information necessary entered into a dummy Excel sheet, then instead of entering them all one by one into access, we import the data in one single motion. We can already do this with mild success and I think we can handle that part. Here is the problem though.
One of the fields we record is the vendor whom the purchase was made from. The vendors are tracked by a 10 digit vendor ID assigned to each one. Our form that we use to enter these by hand has two fields for this, a Vendor ID field, and a Vendor Name field. By entering the ten digit vendor ID into the proper field, the Vendor Name field automatically populates the name of the vendor that is associated with that ID. (This information is taken from a different table in the same Access save file.)
As you might have guessed, attempting to import an Excel sheets information into Access will yield the vendor ID, but it will not auto-populate the vendors name for us. Is there any way we can get this to work automatically upon import?
What we were hopping to do, is have an Excel sheet import large batches of data into our database each day once we've finished approving these requests. The idea is to get all the information necessary entered into a dummy Excel sheet, then instead of entering them all one by one into access, we import the data in one single motion. We can already do this with mild success and I think we can handle that part. Here is the problem though.
One of the fields we record is the vendor whom the purchase was made from. The vendors are tracked by a 10 digit vendor ID assigned to each one. Our form that we use to enter these by hand has two fields for this, a Vendor ID field, and a Vendor Name field. By entering the ten digit vendor ID into the proper field, the Vendor Name field automatically populates the name of the vendor that is associated with that ID. (This information is taken from a different table in the same Access save file.)
As you might have guessed, attempting to import an Excel sheets information into Access will yield the vendor ID, but it will not auto-populate the vendors name for us. Is there any way we can get this to work automatically upon import?
Comment