Results 1 to 10 of 10
  1. #1
    tommyried is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    May 2012
    Posts
    38

    Price book database

    hello everyone,



    I want to make price book database in access 2010,the problem is the prices I have are in many excel sheets and PDFS for different vendors and these prices will change after 1 month. I need to track down the price sheets in access database, Is there anyway to do that?

    Thanks

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows XP Access 2003
    Join Date
    Aug 2013
    Posts
    7,862
    How many vendors are we talking about? All vendors provide spreadsheets on a monthly basis? You could create a link to each of the vendor's spreadsheets. Each link could be unique to the Vendor ID and you could then query the price cells. Updating the spreadsheet in a predetermined folder with a predetermined name would automatically "update" the prices.

    Of course the spreadsheet would always have to be formatted the same way each month.

  3. #3
    Dal Jeanis is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2013
    Location
    Dallas TX
    Posts
    1,742
    1) The tables in Access won't be directly related to the excel or PDF files - they will have the same information, but in a much better/easier/more useful form

    2) Each worksheet that you import, you'll need to import the same way each month, or "attach" the same way each month, to update the price data. You'll need to determine a "key" that identifies those books, for example in the US, the IBN.

    3) Since you have both XLS and PDFs involved, you will probably have to create a process to import and update the tables. You will have to determine the method for each spreadsheet or PDF, since the layouts parobably will vary a lot.

  4. #4
    tommyried is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    May 2012
    Posts
    38

    hi

    Hi,

    I have attached a sample table with two different types of price list one is in excel and the other one is in pdf format now I want to reflect these prices in my acess forms or in database since the pdfs and excel is not properly formatted I cant import these files in my database?
    Attached Files Attached Files

  5. #5
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,602
    Could not use import wizard nor TransferSpreadsheet method. It will require a complicated VBA procedure to import the data.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  6. #6
    tommyried is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    May 2012
    Posts
    38
    hi

    Please advice
    is there any other way to do it without importing the excel and pdfs in Access?
    or any other easy databases which can be implemented easily?

  7. #7
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,602
    I have to say no because the data structure of the spreadsheets is not compatible with database table structure. It will take a lot of VBA code to extract data from the spreadsheets. Forget about extracting from PDFs.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  8. #8
    Dal Jeanis is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2013
    Location
    Dallas TX
    Posts
    1,742
    Yeah, that's a big programming project. You'd have to figure out Adobe's version of OLE/automation to read the PDF price sheets, and each PDF or Excel spreadsheet layout would require its own import routine. You might be able to track down a PDF-to-Word-Doc converter, but then you'd still have to program the VBA to extract data from each Word doc.

  9. #9
    tommyried is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    May 2012
    Posts
    38
    can we attach pdfs and excel sheets to the database in order to view the price book from the database
    I have local network path in which all the price book for different vendors are residing.

  10. #10
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,602
    Files can be saved in an attachment field and then opened for viewing/editing or can be opened from external location by hyperlink.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Book Exchange Database
    By hikaru12 in forum Database Design
    Replies: 3
    Last Post: 10-28-2013, 10:05 AM
  2. Item without price, or duplicate price
    By Auto in forum Reports
    Replies: 5
    Last Post: 07-29-2013, 09:46 PM
  3. Book Shop Database Ideas help?
    By ilikeshinythings in forum Access
    Replies: 72
    Last Post: 03-28-2012, 04:27 PM
  4. Query to Develope Price Book
    By Mark L in forum Queries
    Replies: 1
    Last Post: 12-11-2010, 08:07 AM
  5. Look up price
    By matt4003 in forum Queries
    Replies: 7
    Last Post: 12-28-2009, 02:19 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums