I run a website selling cartridges. My stock on the website is in a MySql database. My accounts package and invoicing software runs on an Access database. In my website databse there is a table called products, on my accounts Access database there is a table called items. I am trying to link certain fields in MySql database with certain fields in Access database. The reason for this is so when I update the price in the accounts database (access) it automatically updates the price for the website database (MySql)
I have managed to link the tables but it does not give me an option to pick certain fields from the linked table. I am VERY new at this database programming so please bear with me but I really need some help as it is driving me mad.
I have managed to link the tables but it does not give me an option to pick certain fields from the linked table. I am VERY new at this database programming so please bear with me but I really need some help as it is driving me mad.
Comment