Search results

  1. C

    Admin tools / Maintenance

    How about access to only certain reports. Catalina
  2. C

    Country drop-down list

    You're welcome and good luck with the project. Catalina
  3. C

    Question Need help with access!

    Have you even tried it yourself? Or are you hoping someone will do the assignment for you? Catalina
  4. C

    Country drop-down list

    I posted it in the Sample Database section, now waiting to be approved. Catalina
  5. C

    Table with all Countries & Territories

    For a project I made a table containing info of all Countries and Territories. I decided to make it available here, may be you can use it for a lookup table. It has the following fields: Country Name, Official Name, ISO3166 Alpha2, ISO3166 Alpha3, ISO3166 Numeric, Currency, Currency Code...
  6. C

    Country drop-down list

    I just finished making a table containing all countries and territories. It has the following fields: Country Name, Official Name, ISO3166 Alpha2, ISO3166 Alpha3, ISO3166 Numeric, Area SqKm, Area SqMi, Currency, Currency Code, Capital City, Calling Code and Internet Code. If you like to use...
  7. C

    An experienced Access developer for $4.50 an hour

    The other day I visited Elance.com and I noticed a post by a business owner from (supposedly) New York City. He wants to hire a full time, experienced Access developer for no more than $4.50 an hour. Obviously he is looking for someone from India, Pakistan, or some other low wage country. And...
  8. C

    Making access database accessible via net

    This has been discussed here recently in several posts, please do a search. Catalina
  9. C

    Building Address Blocks

    Thanks jdraw, I'm going to fiddle with it some more before I will ask for help again. Not because I'm stubborn, but finding a good solution myself is a good exercise in sharpening my skills. And I will be more proud of it as well. :) I appreciate your input. Catalina
  10. C

    Building Address Blocks

    jdraw, You recommend not to use a memo field. Is that because of corruption concerns? Catalina
  11. C

    Building Address Blocks

    Thank you both. I like the idea of a separate field, now I have to figure out how to build the function. Catalina
  12. C

    Building Address Blocks

    Thanks for your input jdraw. As soon as I get rid of the flu bug I will look into it again, now I only want to sleep. :( I will follow up on it. Catalina
  13. C

    Building Address Blocks

    My database contains business names and addresses in separate fields (name, address, city, zip code, state, country) Now I have to build the address block for labels. If there were just US addresses it would be easy but a business can be located in any country with the problem being that...
  14. C

    Set Form Height Property

    You're welcome. Catalina
  15. C

    Set Form Height Property

    In the On Open Event on the form put this: Me.InsideHeight = 10000 Me.InsideWidth = 15000 Then adjust the numbers so the form gets the desired size. Catalina
  16. C

    Customised width and height of Control on a Form

    Not that I know of.
  17. C

    Customised width and height of Control on a Form

    In Design View you can drag the edges to the desired position. Or in Properties of the Control you can set the dimensions and position. Catalina
  18. C

    Question Access Database Deployment

    And don't forget to have the user set the Trusted Location. With the Runtime that is somewhat of a pain but if you do search on the forum you will get the info you need. Catalina
  19. C

    Date fields display #####

    You said that you increased the length, do you mean the box width on the form? What I mean is: 12/24/2012 needs a wider box then: 1/1/2012. Catalina
  20. C

    Date fields display #####

    Is the text box wide enough to display the date? Catalina
Back
Top Bottom