Search results

  1. A

    Grumpy old man/woman thread

    I'm not old, but I'm grumpy that you started a thread only for old people! Younger folks can be grumpy too!
  2. A

    File Dialog Box

    hmmm I don't see that line in the code you posted. Can you repost your code again, using code tags this time, and then highlight the line with the problem in red? In general that is the best way to get help with code on this forum.
  3. A

    File Dialog Box

    Which line of code generates the error?
  4. A

    File Dialog Box

    It's not that I don't want to help you with your own code, but I just don't understand exactly what problem you are having.
  5. A

    File Dialog Box

    What problem did you run into? I have that code in a module and I use it all over the place - it is pretty flawless. Are you having trouble figuring out how to call it or?
  6. A

    Displaying query table on a form

    glad you figured it out, good luck with the rest.
  7. A

    1.5 Million

    Do you mean you want the fields to be limited to fewer characters, like a text field that can only contain 10 characters instead of 255, or are you talking about the physical column widths, I am a little confused.
  8. A

    Displaying query table on a form

    hmmm, hard to tell without looking at it. Can you post it?
  9. A

    Displaying query table on a form

    Have you set the link child/link master fields with the parent form? Is there data in the parent form?
  10. A

    Advice needed on database design

    Sounds like it would work to me.
  11. A

    Displaying query table on a form

    Do you see data when you just run the query separately (not as part of the form)? If you are seeing it in the query and not in the form, make sure that you don't have the form set to data entry=true.
  12. A

    Creating custom data view - help needed

    Using a continuous form usually works for this sort of thing. Exactly what is the problem you are having? Maybe a screenshot would help?
  13. A

    Displaying query table on a form

    You could use a datasheet or continuous form, and just bind it to your query (i.e., use the query as the datasource). Use the form wizard if you aren't sure how to set it up. Is that what you are after?
  14. A

    File Dialog Box

    check this example: http://www.mvps.org/access/api/api0001.htm
  15. A

    Question Help needed with Outlook/Access Issue

    Ok, if you google "loop through files in folder" and VBA, you will get a ton of hits, for example, this thread has some ideas: http://www.forumtopics.com/busobj/viewtopic.php?p=150279
  16. A

    Question Help needed with Outlook/Access Issue

    If you can figure out a way to loop through all of the bounce messages, it should be possible. Do you have all of them in one spot? Either saved in a folder or within Outlook?
  17. A

    Importing from excel Auto number

    I think you might be able to do that using an import specification.
  18. A

    protect access 2007 FE with database password

    Well, you could make them open it from a shortcut, and put a password switch in the shortcut. Then, as long as they used the shortcut, they wouldn't have to type in the password.
  19. A

    Foem Opening doesn't open blank

    Why don't you try docmd.gotorecord ,, acNew?
  20. A

    'Odd' Characters in my tables

    What is the data type of that field?
Back
Top Bottom