which Access table in the actinic.mdb would i query to find out if a product attribute has been changed within a given timescale?
Announcement
Collapse
No announcement yet.
product comparison (database)
Collapse
X
-
ProductProperties contains the attributes and choices but there's no journalling so the date/time something was altered isn't available.Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
-
hi, thanks for the reply. The scenario is that we have a website, and a high street shop, (which stocks some of the same products). Every time we update the web site, the shop price must be changed accordingly. We need a facility to do this, as at the moment we are changing approximately 100 items a day. I thought if I could list all the products that have been changed for a date range in access, this would be a quick fix. Do you know if a flag is set somewhere, when changes are made to the product table?
Regards
Comment
-
You would think it must be flagged somewhere so Actinic knows what to send when doing a site 'update'. I don't know where this is stored though.
I would do this in Excel by keeping a spreadsheet of the previous price settings and then running a macro to:
- load the new prices,
- compare with the previous ones
- print out any differences
- then set the 'previous' prices equal the current prices
You can do the same thing in Access, but I find spreadsheets easier to work with.
Mike
PS. This would all be done directly from the actinic database doing the query from within excel.-----------------------------------------
First Tackle - Fly Fishing and Game Angling
-----------------------------------------
Comment
-
Originally posted by achisholmwhich Access table in the actinic.mdb would i query to find out if a product attribute has been changed within a given timescale?
Anthea
Comment
Comment