crownedzero
Registered User.
- Local time
- Today, 03:59
- Joined
- Jun 16, 2009
- Messages
- 54
It's been a long time since I've had anything to do with Access, but I'm back at it again. I am currently using Excel to do a number of inventory reports on a daily basis. I would like to condense these into Access.
There is a daily report of all of our stock in Excel. I would like to be able to import this via a command button making some small updates to the data. (Changing negatives to zero and changing a couple field data types.)
From this data I need to run a query based on our customer criteria, for example Customer1 may only want 10 of our styles while Customer2 may want them all. For the means of this explanation I'll stick to a single customer and replicate it for each additional. I need this range of data in a report that can be exported back to Excel.
I'm going to need my inventory data in a table, "TBL_Inventory", then I'll also need the query "QRY_Customer1". Should this be a normal query or should I be making a table with this query?
Finally, I'm going to need to pull from the queried data along with other data from linked tables. i.e. price, description, etc. all of which optimally would be in individual tables.
Anything I might be missing or suggestions to make this process a little easier?
Thanks in advance.
There is a daily report of all of our stock in Excel. I would like to be able to import this via a command button making some small updates to the data. (Changing negatives to zero and changing a couple field data types.)
From this data I need to run a query based on our customer criteria, for example Customer1 may only want 10 of our styles while Customer2 may want them all. For the means of this explanation I'll stick to a single customer and replicate it for each additional. I need this range of data in a report that can be exported back to Excel.
I'm going to need my inventory data in a table, "TBL_Inventory", then I'll also need the query "QRY_Customer1". Should this be a normal query or should I be making a table with this query?
Finally, I'm going to need to pull from the queried data along with other data from linked tables. i.e. price, description, etc. all of which optimally would be in individual tables.
Anything I might be missing or suggestions to make this process a little easier?
Thanks in advance.