Search results

  1. C

    Can the "Close" (x) button event on a form be altered with VBA code?

    Thanks to The_Doc_Man and plog for your help! Sorry for the lengthy nature of the question, I couldn't figure out how to pose it in 25 words or less. Based on your responses I think I will mark this question as solved. plog, I think your fix is a great idea, and I'll give it a try.
  2. C

    Can the "Close" (x) button event on a form be altered with VBA code?

    Note to all responders: This is purely a home learning database and there is no desperate corporate urgency to answer the question. 🙂 I have a simple test form that I use to help me determine event order when following a specific set of steps on the form, i.e., a "happy path" for data entry...
  3. C

    Solved Key Violation Error Trapping During TransferText Operation

    After much dinking around, I was able to get Access to link to the text file using my IMEX spec in one statement, and then use the linked table in your INSERT query to proceed. WooHoo! I am very pleased - thanks again for sharing your knowledge.
  4. C

    Solved Key Violation Error Trapping During TransferText Operation

    Thank you once again for all your time and help. Unfortunately I'm enough of a newbie that I have no clue how to upload an empty database with the necessary objects to this site, otherwise I would do so. I'm starting to wonder if I have a too-old version of Access (MS Office Professional 2010...
  5. C

    Solved Key Violation Error Trapping During TransferText Operation

    The spec absolutely exists, because I have already imported/exported with it many times successfully. However, Access only returns the 3625 error code when attempting to use it to link to the text file. I will do some Googling on my end to see if I can better understand how to open a text file...
  6. C

    Solved Key Violation Error Trapping During TransferText Operation

    Got it. I have already created the IMEX spec, so that's not the issue. Here's what sSQL looks like using my data: INSERT INTO AL_TR_AL_Link (ALBUM_ID, TRACK_ID, ARTIST_ID, LOCN_ID) SELECT T.ALBUM_ID, T.TRACK_ID, T.ARTIST_ID, T.LOCN_ID FROM...
  7. C

    Solved Key Violation Error Trapping During TransferText Operation

    Thanks Pat. The only portion of the solution that @ebs17 posted that I'm still unsure of is how to create the DSN NameSpec. Would I have to create a different DSN for each and every different table that I'm importing?
  8. C

    Solved Key Violation Error Trapping During TransferText Operation

    Wow, thanks for your quick response! All the above looks really cool, but there are some moving parts that I don't know how to fit into the puzzle. When I generate the sSQL string, it looks like this (for my test sample table): INSERT INTO AL_TR_AL_Link (ALBUM_ID, TRACK_ID, ARTIST_ID, LOCN_ID)...
  9. C

    Solved Key Violation Error Trapping During TransferText Operation

    - All - I have reviewed many threads across this site and elsewhere, but didn't see an answer that fit my exact situation. I have a form with a multi-select listbox that I use to allow me to easily import and export table content from my database using an import/export specification. Here is a...
  10. C

    Hello (Access) World

    Hello to one and all. I have joined this forum in the hopes that some of my obscure, pesky Access problems might be answered by those far more knowledgeable than I. I've worked with Access since 1992, but in no way, shape, or form could I be considered an expert - I know just enough to be...
Back
Top Bottom