david7777777777
Programmer
I've used Access look-up (Lookup Wizard) when creating a table before in order to display information from another table. How do you do this sort of thing with SQL? Just point me in the right direction (tutorial, online articles, etc.), I'm not looking for any handouts. I want to learn and understnad how this works.
I'm using Visual InterDev to build ASP pages to work with a with a SQL backend. I want our IT team to be able to use web pages (ASP pages) to add, edit, delete, and search for records in the SQL database. I'm using it for inventory tracking, among other things. Here's one thing I'm trying to accomplish:
I made a table to hold user name, amount of RAM, serial number, manufacturer, model, and many other fields for our desktop computers. When someone opens this table to ad a new record, I'd like to make the manufacturer field to "lookup" records from another table I made called "desktop_manufacturers." I'm trying to minimize the amount of manual data entry our team will do. Therefore I've made several tables to hold information that will be used in other tables, or maybe queries. Am I using the wrong terminology? I'm tired of running into useless descriptions in Microsoft's documentation. Can you help get me started on this?
Thanks,
David
I'm using Visual InterDev to build ASP pages to work with a with a SQL backend. I want our IT team to be able to use web pages (ASP pages) to add, edit, delete, and search for records in the SQL database. I'm using it for inventory tracking, among other things. Here's one thing I'm trying to accomplish:
I made a table to hold user name, amount of RAM, serial number, manufacturer, model, and many other fields for our desktop computers. When someone opens this table to ad a new record, I'd like to make the manufacturer field to "lookup" records from another table I made called "desktop_manufacturers." I'm trying to minimize the amount of manual data entry our team will do. Therefore I've made several tables to hold information that will be used in other tables, or maybe queries. Am I using the wrong terminology? I'm tired of running into useless descriptions in Microsoft's documentation. Can you help get me started on this?
Thanks,
David