Hi all,
I'm struggling with memo fields in my multi user database (access 2010, split front and backend).
The memo fields are causing corrupt data
Atm I have quite a few tables, here are the main setup:
tbl_project --> tbl_country --> tbl_channel
One project can have many countries connected and each country can have multiple channels connected. I use memo fields so the users can add comments to the different data-levels. These comments/memo fields are causing some records to corrupt <-- suddenly the values are replaced with Chinese characters :banghead:
I have read that it is recommended to create separate tables for each memo field - so instead of 20 corrupt fields it is just one.
Should I add 1 memo-table pr data-level or should I add one for each memo field??? I'm thinking one table for each memo field.
thanks in advance
Anders
I'm struggling with memo fields in my multi user database (access 2010, split front and backend).
The memo fields are causing corrupt data
Atm I have quite a few tables, here are the main setup:
tbl_project --> tbl_country --> tbl_channel
One project can have many countries connected and each country can have multiple channels connected. I use memo fields so the users can add comments to the different data-levels. These comments/memo fields are causing some records to corrupt <-- suddenly the values are replaced with Chinese characters :banghead:
I have read that it is recommended to create separate tables for each memo field - so instead of 20 corrupt fields it is just one.
Should I add 1 memo-table pr data-level or should I add one for each memo field??? I'm thinking one table for each memo field.
thanks in advance
Anders