Locopete99
Registered User.
- Local time
- Today, 08:43
- Joined
- Jul 11, 2016
- Messages
- 163
Hi All,
I have a colleague who wants me to build an access database for him.
The aim is to use access to raise and store data on issues that are raised in the company, I.e a part has been manufactured wrong or sales have incorrectly specified parts to a customer.
That much in itself is a fairly straight forward operation.
Previously these were created and saved on excel spreadsheets, but there was no control over numbering (which we can use the auto number primary key field for.)
Not everyone in the company has MS Access though, so there is a requirement to export this data to excel to allow it to be sent to another department for action before being returned.
I have 2 questions.
Firstly, is there a way to export 1 query to Excel, but to different ranges (as the form is formatted). Or would this need to be multiple queries to export to each different range? To preempt some responses, I am familiar already with how to export to a single set range using VBA and TransferSpreadsheet.
Secondly, Is there a way to import from excel in which the record would just be updated with any changes?
I have a little experience with importing data into access, which currently just creates new records, which would cause primary key issues if I just want to update a record.
I have a colleague who wants me to build an access database for him.
The aim is to use access to raise and store data on issues that are raised in the company, I.e a part has been manufactured wrong or sales have incorrectly specified parts to a customer.
That much in itself is a fairly straight forward operation.
Previously these were created and saved on excel spreadsheets, but there was no control over numbering (which we can use the auto number primary key field for.)
Not everyone in the company has MS Access though, so there is a requirement to export this data to excel to allow it to be sent to another department for action before being returned.
I have 2 questions.
Firstly, is there a way to export 1 query to Excel, but to different ranges (as the form is formatted). Or would this need to be multiple queries to export to each different range? To preempt some responses, I am familiar already with how to export to a single set range using VBA and TransferSpreadsheet.
Secondly, Is there a way to import from excel in which the record would just be updated with any changes?
I have a little experience with importing data into access, which currently just creates new records, which would cause primary key issues if I just want to update a record.