Been lurking on this site for quite a while and have used most of the ideas (especially Normans!) on my websites.
Anyhow there are several posts on this forum about writing an Online Order Tracking System but no simple solutions.
If your'e interested this is how I did it in a couple of hours.
Create a New Access database with linked Order and Person tables to the live ActinicCatalog.mdb
Created a query that pulls the info I want from these linked tables. For the Order Comments I use the User Defined Field under "Customer" Invoice Contact as its easy to enter text into when processing orders.
Created an Autoexec Macro that
Runs the Query
Exports the data to an .xls file
Opens DBManager Pro
Closes Access Database
Created a Data Wizard in DBManager Pro that uploads the .xls to a mysql database
DBManager Pro is FREE and very easy to use.
Wrote the data access and database result page
Sexy 2 Wear Online Tracking System is the result. Order No DW04EE10002989 will return some data.
It may sound complicated and it could be automated further, but to update I simply
Run my Access Database to extract the data
Run the DBManager Query to upload to mysql and voila !
Takes a couple of minutes.
Hope this of use !
Dom Watts
sales@sexy2wear.co.uk
Sexy 2 Wear Lingerie
Anyhow there are several posts on this forum about writing an Online Order Tracking System but no simple solutions.
If your'e interested this is how I did it in a couple of hours.
Create a New Access database with linked Order and Person tables to the live ActinicCatalog.mdb
Created a query that pulls the info I want from these linked tables. For the Order Comments I use the User Defined Field under "Customer" Invoice Contact as its easy to enter text into when processing orders.
Created an Autoexec Macro that
Runs the Query
Exports the data to an .xls file
Opens DBManager Pro
Closes Access Database
Created a Data Wizard in DBManager Pro that uploads the .xls to a mysql database
DBManager Pro is FREE and very easy to use.
Wrote the data access and database result page
Sexy 2 Wear Online Tracking System is the result. Order No DW04EE10002989 will return some data.
It may sound complicated and it could be automated further, but to update I simply
Run my Access Database to extract the data
Run the DBManager Query to upload to mysql and voila !
Takes a couple of minutes.
Hope this of use !
Dom Watts
sales@sexy2wear.co.uk
Sexy 2 Wear Lingerie
Comment