by bfcoop » Fri May 23, 2014 12:55 pm
Our food coop buying club has used MS Access for years to process orders to local sources. Members email their orders to a designated "batcher" who then enters the orders into an Access DB on her PC. I'm currently in process of converting that primitive arrangement to Foodclub. The Access DB has various forms and reports that were created at least 20 years ago. Most of them can be replaced by Foodclub functions, but one Access report generates specially formatted order info that we print out on sheets of 4" X 1" sticky labels that we then apply to products as we bag them at our distributions. Each label shows Member Name, Product Code, Short Description, Quantity, Unit Price, Total Price (i.e. Quantity X Unit Price), Date, and Manufacturer -- and again, all this info has to fit into a 4" X 1" space. The Foodclub system does not seem to have any reports like this. I thought I might be able to extract the source code from the Access report and use it to create SQL that will accomplish the same function, but Access refuses to show me any usable source code. My question: Does anyone out there have any label-generating SQL that I can "borrow" and then adjust to our needs? The way things are looking right now, I may have to resort to exporting the orders from Foodclub to Access each month, then generating the labels from Access. But I'd really love to get rid of that Access "system" altogether!