Hope someone can help here. I'm hoping it's a simple solution that I just can't find anywhere.
I've built a database using Access containing (right now) 3 columns (part_number, part_description, part_price).
I'm pulling the data from the db and inserting it into a web page.
What I can't figure out is how to select a specific part_number (which is the primary key) from the DB and insert it. Doing a couple of tutorials I've learned how to print the entire DB (using loops) and can print the first line but I can't figure out how to skip rows up and down. I've been using the odbc_result command but cannot figure out how to set the result id to a new row/primary key. Help, what do I need to do?
🙁