Excel to an Access DB

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Excel to an Access DB

    I have an office that would like to have an Excel Spreadsheet with a training
    roster put onto our website with the ability to Insert/Update/Delete. I can
    handle the latter part of the request, but does anyone out there have a
    tutorial, etc. for converting the spreadsheet to an Access table quickly and/or
    easily?

    Is it also possible to insert updated data from their spreadsheet later, or
    once we make it dynamic, should they discontinue using Excel and stick with the
    dynamic forms I will create for it? In other words, can I use both to make
    updates?

    Cheers

    Chuck

    chuckomalley Guest

  2. Similar Questions and Discussions

    1. Help importing excel file into Access DB
      I need to import an excel file into an access database. I got the below code from a forum on another site, but it is not working. I get an error...
    2. Export from Excel to Access using ASP in DWMX
      Hi Anyone know an ASP script for transferring data from an Excel sheet to an Access table, some of the fields of which contain names which have an...
    3. Excel into Access using ASP with DWMX
      Hi Anyone know an ASP script for transferring data from an Excel sheet to an Access table, some of the fields of which contain names which have an...
    4. ASP Access 2 Excel
      Hello All, I've got a small'ish Access 2000 database which I'd like to be able to convert to Excel then email to the owner. I was hoping to use...
    5. excel sheetin access form
      If you're just looking for a way to get your data into Access, I'd tweak the spreadsheet, putting the 'Field Name' in the first row. Then I'd...
  3. #2

    Default Re: Excel to an Access DB

    In Access, go File > Get External Data > Import and navigate to your Excel
    file. Then follow the import wizard. You'd be better off keeping your data
    in Access, much easier to manage than in Excel.

    --
    Jules
    [url]http://www.charon.co.uk/charoncart[/url]
    Charon Cart 3
    Shopping Cart Extension for Dreamweaver MX/MX 2004


    Julian Roberts Guest

  4. #3

    Default Re: Excel to an Access DB

    On 20 May 2005 in macromedia.dreamweaver.appdev, chuckomalley wrote:
    > I have an office that would like to have an Excel Spreadsheet with a
    > training roster put onto our website with the ability to
    > Insert/Update/Delete. I can handle the latter part of the request,
    > but does anyone out there have a tutorial, etc. for converting the
    > spreadsheet to an Access table quickly and/or easily?
    >
    > Is it also possible to insert updated data from their spreadsheet
    > later, or
    > once we make it dynamic, should they discontinue using Excel and
    > stick with the dynamic forms I will create for it? In other words,
    > can I use both to make updates?
    As I Understand It, you can do a database connection directly to an Excel
    spreadsheet. (I've never tried it.) Apparently, you have to use named
    ranges in order for it to work. I'm guessing that using Excel directly,
    or trying to do Access imports from Excel, would be painful.

    As Julian suggests, have the client go straight Access, or get the
    dynamic stuff implemented and have them use the web interface.

    --
    Joe Makowiec
    [url]http://makowiec.net/[/url]
    Email: [url]http://makowiec.net/email.php[/url]
    Joe Makowiec Guest

  5. #4

    Default Re: Excel to an Access DB

    Thanks a lot. That's exactly what I'll do.

    Cheers

    Chuck

    chuckomalley Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139