Forum Discussion
CDuest
Jul 22, 2021Copper Contributor
Creating an Inventory System with Bills of Materials
Hi there, I'm new to Access and I'm developing a database for a small business that includes an Inventory table, where all parts are listed. I am hoping to create bills of materials for assembled pr...
DeanBabic
Mar 06, 2025Brass Contributor
This link might be better:
http://access.mvps.org/access/modules/mdl0027.htm
Access 97 is a no go.
Here:
https://github.com/mpkasp/django-bom
Took me 5 mins to spin up a Web app George! Still not convinced with Python?
- George_HepworthMar 06, 2025Silver Contributor
If you created a full-blown BOM web app that does everything the OP needs and wants, and did it in 5 mins, you have my admiration.
- DeanBabicMar 11, 2025Brass Contributor
Spinning a Web app from github repo is just that.