Please download the zip file here: www.mwebdev.com/Inv_Mgmt.rar. There are a few .asp files that read from an Access database.
In MainInventory.asp, there are 4 fields that correspond to tables in the database: Buildings, Department Area, Departments, Physical Locations.
How can I change MainInventory.asp so that the corresponding fields become dropdown fields that are populated with the choices in the 4 tables? Thanks in advance.
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.