Question
Cross Table Record Update
I'll start by saying i'm inexpereinced when it comes to using
Dreamweaver and asp so any help will be appreciated.
I am trying to create an update form that updates one table in an Access database but the variables are taken from another table.
The table being updated is an order table with all the basic information. The piece of information to be updated is Order Status. In the order table this value is gotten from an Order Status table and in this table there is only each type of status so In Progress, Delivered etc.
I can create the update form so that when I click on an order it redirects to an update page which has only a drop down box with all the types of order status in. When I select the order status I want and click update all I get is an error message saying either the Website is under maintanence or there is a programming error. I use the Record Update Form Wizard for this.
So i'm saying update Order Status in the Order table taking the options of various Order Status' from the Order Status table. Hope that makes sense.
Is there a way of doing this correctly?
I am trying to create an update form that updates one table in an Access database but the variables are taken from another table.
The table being updated is an order table with all the basic information. The piece of information to be updated is Order Status. In the order table this value is gotten from an Order Status table and in this table there is only each type of status so In Progress, Delivered etc.
I can create the update form so that when I click on an order it redirects to an update page which has only a drop down box with all the types of order status in. When I select the order status I want and click update all I get is an error message saying either the Website is under maintanence or there is a programming error. I use the Record Update Form Wizard for this.
So i'm saying update Order Status in the Order table taking the options of various Order Status' from the Order Status table. Hope that makes sense.
Is there a way of doing this correctly?