Link to home
Start Free TrialLog in
Avatar of Brogrim
BrogrimFlag for Ireland

asked on

MySQL MS Access / Northwind Template

I downloaded the Northwind template from MS Access 2010.

I then recreated all the tables on MySQL Workbench CE 5.2. I am having a problem with the "Purchase Order Details" table. The column in MS Access is Yes / No so I created a a column with a datatype tinyint(1)

http://fonlow.com/dbconverters/mysql2access_matrix.html

When I try and run the program it is crashing when I try to "Add to Inventory" after confirming a purchase order. The column is "Posted to Inventory".

Any Ideas, I have numerous scripts for Northwind MySQL but they seem to  be an older version
ASKER CERTIFIED SOLUTION
Avatar of Scott McDaniel (EE MVE )
Scott McDaniel (EE MVE )
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial