Hi,
I've had a look at the ActinicCatalog.mdb file and can see that my product options are stored in a table called ProductProperties.
I sell light switches on my site and for every product you have the option of selecting the correct backbox from a dropdown list. These prices have now changed and I need to update them for hundreds of products. I can see that the different price permutations are stored in a field called nValue1 within the access database.
To save me going through hundreds of products and changing prices is it viable for me to write a simple query to update these values rather than doing it directly from within Actinic?
I know I could just try it and see if it works but I wanted to get feedback from anyone who works this way first in case there are any problems in doing this?
All the best for 2009.
I've had a look at the ActinicCatalog.mdb file and can see that my product options are stored in a table called ProductProperties.
I sell light switches on my site and for every product you have the option of selecting the correct backbox from a dropdown list. These prices have now changed and I need to update them for hundreds of products. I can see that the different price permutations are stored in a field called nValue1 within the access database.
To save me going through hundreds of products and changing prices is it viable for me to write a simple query to update these values rather than doing it directly from within Actinic?
I know I could just try it and see if it works but I wanted to get feedback from anyone who works this way first in case there are any problems in doing this?
All the best for 2009.
Comment