Results 1 to 3 of 3

Thread: VB and Access

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2000
    Posts
    46

    Smile

    Here lately most of my programs I have written with a VB front end and Access back end. I'm using Access to develop the queries and create the reports from those queries. Is there a downside to doing this? Should everything be done in VB and just use Access for storage of the data? Or does it really matter?

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    The best way is the way that works the best.
    ...or...
    If it ain't broke, don't fix it.
    I think these quotes are suitable in this situation. If your program works fine as it is, then leave it like that. Since you're doing reports, you'd have to have Access. Although, it is better to keep as much as possible in VB, for example, use SQL rather than a QueryDef for queries.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  3. #3
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Talking Not that my knowledge is vass

    I create Vb programs which use Access as the main means o storage. I appreciate Access since you can use automation with access to export the data to text files, spreadsheets, and different formats of databases(dbase IV has been extremely useful in the current app I am creating). Plus, with Access, you can set up pre-determined queries, and just use that as your datasource. Since Access is so flexible with its data storage capabilities, and I found it a lot easier to create forms in VB, I would suggest just using Access for the storage.

    Just my $.02 worth.

    Good luck.
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

Posting Permissions

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



Click Here to Expand Forum to Full Width