Results 1 to 6 of 6
  1. #1
    Japandave is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2011
    Posts
    16

    Import data monthly?

    Hey, I am very new to access and have done as much research as I can over the last few months.

    What I am trying to accomplish is import data from a CSV file every month and have it stored as a table and have that table automatically be converted into a printable invoice. I can do the import with no problem. But I am at a bit of a loss as to how I can go about creating the database.

    There is only one client that I have to make up an invoice for, but will be more in the future. I need to store the data for each months invoice and then get yearly reports off that data.

    I understand the fundamentals of access, but I was hoping someone could just point me in the right direction to get started.

    #1, How would I go about connecting each months data?
    #2, Should I be using a report to create the invoice layout?


    #3, How do I go about automating creating the invoice from the imported data? (I am at an intermediate level with VBA, but access seems to be a whole different ball game)

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,601
    A table for each month is bad design. The data should be imported by appending into one table.

    Don't understand question #1 - connect the data where, you are importing it.

    #2. yes a report is correct vehicle to produce an invoice.

    #3. The report would have a RecordSource that is the table or a query that joins tables.

    Access Help as guidelines on all of these techniques.
    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.

  3. #3
    Japandave is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2011
    Posts
    16
    Quote Originally Posted by June7 View Post
    A table for each month is bad design. The data should be imported by appending into one table.

    Don't understand question #1 - connect the data where, you are importing it.

    #2. yes a report is correct vehicle to produce an invoice.

    #3. The report would have a RecordSource that is the table or a query that joins tables.

    Access Help as guidelines on all of these techniques.
    You answered question #1, I was thinking of making a new table for every month. I thinking that I had to connect the tables if I imported it as a new table each month.

    How many rows of data can an access hold? Each month has about 4000 rows of data?

    Am I correct in assuming I will need another table for the customers info?

  4. #4
    Palomino33 is offline Access or Gardening?
    Windows 7 64bit Access 2010 64bit
    Join Date
    Sep 2011
    Location
    South Georgia
    Posts
    36
    Hi Japandave, I'll try to help too....but June7 is far more the expert!
    #1: Can you get your file in Excel?
    #2: Is your file already set up with headings? or do you have to set those up each time you get your file?

    If the answer to #2 is yes, then I would set up my access db with those same headings.
    When you create a database, first thing it asks is to give it a name. Do that, then you will start out with a blank db.
    1. Create Table first....using those same headings as your import file. You will have your ID (primary key), and then the headings for your file.
    2. Seems like you only have one customer, but if you have the potential to have more, then yes, set your customers up in a separate table. (Do this one first.) So that when you set your customer field up in your main table....you will do a lookup to your customer table...and that will create your relationship.
    2. Then create your query.
    3. You can set date criteria/parameters in your query. and then base your report on your query.
    4. Download the Northwind template and look around it. See if it gives you any ideas.

  5. #5
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,601
    There is no limit to the number of rows in a table. There is an overall file size limit of 2gb. Run Compact & Repair periodically, especially after design changes because that will cause the file size to grow.
    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
    Japandave is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2011
    Posts
    16
    Thanks guys.

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

Similar Threads

  1. Import data from Excel
    By jhawkins49 in forum Import/Export Data
    Replies: 5
    Last Post: 08-23-2011, 02:05 PM
  2. Monthly Programming
    By ekaragew in forum Programming
    Replies: 1
    Last Post: 06-21-2011, 05:37 PM
  3. Import data from Excel
    By mari_hitz in forum Import/Export Data
    Replies: 1
    Last Post: 06-13-2011, 07:34 AM
  4. Import Monthly Backlog - Excel
    By eww in forum Import/Export Data
    Replies: 2
    Last Post: 08-17-2010, 02:38 PM
  5. Import and Modify data
    By crownedzero in forum Forms
    Replies: 7
    Last Post: 06-16-2009, 11:58 AM

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