Forum Moderators: mack
I'm in the process of designing a backend for our ecommerce site and have stumbled across an issue which I would sincerely appreciate some guidance on.
The scenario:
I am inserting new customers for catalogue and telephone sales directly into the backend. The customer table is constructed with an autonumber field called Customer ID.
I am trying to find a way that I can redirect immediately to a detail/new order page of the customer that I have just inserted on submit.
Any ideas?
Many thanks
I need to somehow get the newly generated unique ID to populate the next screen.
For example, say that a new order is telephoned through. I would access the new customer screen and input the new details in the insert form. Once I have finished that I want to next view the detail page (which also includes the new order link) of the customer that I have just input. At the moment I am having to re-search for the customer in the database and follow the links through to place the order. In other words, is there anyway of passing the newly generated Customer ID onto the next page.
Mac