Recent content by MsfStl

  1. M

    Property Value Too Large

    Same Problem I, too, am receiving the same error message. I have figured out that there is a limitation to the number/size of the Validation Rules and/or Text. I was given a DB to finalize, I did not design nor build, and I noticed it had no error checking for data entry, so I have been...
  2. M

    Problems Creating a SynchNow Macro

    Thanks Bob, I ran a quick search earlier and did not find that link. I have it now and will look at, if I get time this weekend. Just from skimming across the two pages of posts on that link I am sure this will help me to understand this process. Thank you for all your help. Scot
  3. M

    Problems Creating a SynchNow Macro

    Thank you dfenton, as I mentioned, I knew I was doing this wrong, but I have no other direction as to how I should do this except for what I can garner here and at other helpful forums. Again, thank you for your time. Scot
  4. M

    Problems Creating a SynchNow Macro

    Good afternoon, I searched for answers to this within this forum, and while the problem has been presented previously no one had any responses. So, I'll give it a go and have faith someone can point me in the right direction. I have a replicated database across a server network, so that I can...
  5. M

    LDB File won't close

    Open .ldb file after Access is closed With reference to: GHUDSON: "...The .ldb file will not disapear if the last user does not have delete rights to the directory that the db is located in...." I have a user who is performing some data entry on a db on a server that they do not have "delete"...
  6. M

    Step Into to debug does not work

    Yeah, I had clicked off everything on the original DB in the StartUp once I passed it on to the user (prevents them from getting inside, since they don't know the "Control" Key at startup) and now I am modifying a copy as a template for another project. It was driving me bananas trying to test...
  7. M

    Step Into to debug does not work

    Ok, I 1) Added the code: DoCmd.SetWarnings (-1) Which turns the SetWarnings properties on. 2) Checked the Tools/Startup checkbox "Allow Special Keys" 3) Closed the program and restarted One of those worked. But, I am unsure what I did for the program to run through the breakpoints in the...
  8. M

    Step Into to debug does not work

    I am running into this same problem. I am modifying a program and want to test a control. The code runs through, ignoring the breakpoints. What may be causing this?
  9. M

    Problems Using Non-US Date Format

    Yeah, I'm not even going near changing my system settings for one date value in a data entry form.
  10. M

    Problems Using Non-US Date Format

    You bring up a good point, but I don't want to run the risk of creating a bigger problem to solve this one. Also, because most of the programs I build are for research in the US and I am in the US I have the date format in Windows set to US. I just want to override those settings for this...
  11. M

    Problems Using Non-US Date Format

    Thanks for your reply. Again this issue, flipping the inputted date, is for those dates, only, where the day value is 12 or less. Otherwise, the date data is fine. I have the input mask set as you specified, however, it still flips those dates. One note, when looking at the data in the table, in...
  12. M

    Problems Using Non-US Date Format

    Hi, I am creating a data entry program for data being collected from Bangalore, India. My problem is the date formats in India are "DD/MM/YYYY" as opposed to the US format of "MM/DD/YYYY". When I apply the dd/mm/yyyy format to my table design and also to the text box on the form, the format...
  13. M

    Grabbing Filenames - How to?

    Hi, I am trying to populate a field "FN" within a table called "tblFN" with a list of .pdf filenames in the folder "C:\My Documents\Taiwan Cases\" The Access Db name is "TestPopulateCode.mdb" Can anyone assist me in the VBA code to programatically populate that field with the .pdf files from...
  14. M

    Compact an MDE file through ADO

    Can this be used in a macro? I have a merge utility that I have created for a couple of data entry dbs. When my data entry peeps finish for the day I have them click the transfer (merge) data button on their Db menu form and viola their data is transferred and merged to a main Db on the server...
  15. M

    Compact an MDE file through ADO

    Can this be used in a macro? I have a merge utility that I have created for a couple of data entry dbs. When my data entry peeps finish for the day I have them click the transfer (merge) data button on their Db menu form and viola their data is transferred and merged to a main Db on the server...
Back
Top Bottom