Search results

  1. G

    Question To Create or Not to Create multiple backends

    They said that creating multiple back ends would give me difficulty in the future. I cant remember whats the difficulty they said to me. Maybe its about the relationship of tables. What do you mean about I have no idea what is RI? what is it HiTechCoach and whats the importance of it?
  2. G

    How to talk to a programmer

    ah I see, the topic seems to be off to user names in the forum. like my nick genesis, rommelgenlight, marianne, accessuser2007. true, because we are friends here in my country, city. we share common problems. would that answer the queries. we actually post in different forums with different...
  3. G

    Question To Create or Not to Create multiple backends

    while a single access database file has a size limitation of 2 gigabyte, I have been given two options in my previous post and those are: a. upsize to sql server or b. you can always create multiple backends. And so since I am not yet familiar with nor have backgrounds nor have learned about...
  4. G

    How to talk to a programmer

    yes probably plenty of you got your answers you want and need but will that plenty includes all of the posters who needs help including me? probably you (plenty) are quick learners and are already knowledgeable on this field, but what about those who are not quick learners and still in the...
  5. G

    How to talk to a programmer

    just what i've post before, this will only go into loop.
  6. G

    How to talk to a programmer

    wasn't Bob clearly said it, it just depends upon the individual if he likes to answer the question or not.
  7. G

    How to talk to a programmer

    that may be true namliam but you see if you are going to teach a man to fish for the first time, you dont give him the tool immediately and let me him learn by the tool. what you are going to do is to show him first how the tool works by doing it yourself like so he can adopt how you do it...
  8. G

    Changes to Access World Forums

    Can't "CTRL+Plus Sign" and "CTRL+Minus Sign" zoom in and out the browser page so that the font will get bigger or smaller in UA pages?
  9. G

    How to programmatically change the shortdate format in the regional settings

    Ok. I have researched in the internet already and have found code. Call SetLocaleInfo(LCID, LOCALE_SSHORTDATE, sNewFormat) Modified it and it worked.
  10. G

    How to programmatically change the shortdate format in the regional settings

    How to programmatically change the shortdate format in the regional settings. Purpose: I want to alter the existing shortdate format of the computer to mm/dd/yy for the program use. If the existing format is not or is in the mm/dd/yy already, change it to mm/dd/yy format. Kindly help.
  11. G

    Index Message

    i think you can use the dlookup function and evaluate for existing records. that way you can customize you msgbox. still use the docmd.setwarnings false after that evaluation procedure.
  12. G

    Index Message

    how about this: http://www.access-programmers.co.uk/forums/showthread.php?t=86527
  13. G

    Question Replication/Synchronization in Access 2007

    got it. thanks.
  14. G

    Index Message

    say what kind of customized message?
  15. G

    Index Message

    can you tell what is that error. If what I am thinking is the same with my problem before, you can use docmd.setwarnings false before your codes starts. that will prevent the error message from popping up.
  16. G

    Question what is the essense of update query?

    alright. I will read that link and experiment on that. thanks datAdrenaline. I needed that info.
  17. G

    thanks. I appreciate it.

    thanks. I appreciate it.
  18. G

    Question what is the essense of update query?

    can you tell me datAdrenaline where you learn the above code syntax for INSERT INTO because I think its different from the original synta so I can understand why and how it works. thank you Sir. anyway, when I tried that inside the module, it doesnt work.
  19. G

    How to talk to a programmer

    this is the picture of the result of my work
  20. G

    How to talk to a programmer

    thanks for the comment and reply Dave. Yes, maybe what I have been doing (my project) maybe possible few posters have experimented on it. however my project was just important for me. If there is this ReLinker somewhere to link one database to other database, my project Linker will link...
Back
Top Bottom