Results 1 to 6 of 6
  1. #1
    Zarrukh is offline Novice
    Windows XP Access 2016
    Join Date
    Oct 2016
    Posts
    2

    form with dropdown button and input boxes

    Hi guys,

    I am new to Microsoft Access and I need a help from a guy with black belt in MS access. I have attached a kinder model of my database.
    I have tried to create a relationship and query, but it did not work (seems like creating a relationship with a girl is easier ).
    I want to create a form with two drop down boxes: one for choosing a country and one for choosing Year with Quarter.
    The remaning part should just be boxes with demographic data. Say, "AGE1 -Age group 0-29" and right next to it a box where one can input/change data for AGE1 -Age group 0-29.



    kinder model.zipkinder model.zip

    Be kind with help and get 10 points of Karma to your personality

    Thanks

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,870
    In plain English what is the business and processes involved?
    You have told us how you have tried to solve something.
    What exactly is that something? Plain English, no jargon, no database..

  3. #3
    Zarrukh is offline Novice
    Windows XP Access 2016
    Join Date
    Oct 2016
    Posts
    2
    thanks for your valuable time.
    In simple words, this is the data on factors that influence chinese tourists to travel to different countries. These are demographics factors like year, age, education and gender. These data are available for each country and for several year on a quarterly basis.
    To sum up, there are many countries with the data on the same demographic factors.
    So I want something that unites all these countries and demographic factors accross different quarters and enables me to input the data in an easy way so that I would not need to go each table, search the right cell and input the data.

    Thanks

  4. #4
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,870
    What do you want as output from this? Seems the design/set up is very dependent on the availability of data (the atomicity/summary level of available data). Some factors tourist attractions, season, weather, foreign exchange rate...

    I found this online Chinese Tourists to Canada, it may be helpful as to outputs/summaries.

  5. #5
    ssanfu is offline Master of Nothing
    Windows XP Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    I've looked at your dB and see several problems that concern me.

    You shouldn't use spaces in object names.
    You have "ID" as a PK field name in every table.
    You have calculated fields.
    You have a look up FIELD
    You have DATA as field names.
    I don't see where the demographic data fits into the table(s).

    I think the biggest problem is normalization. I would suggest you need to read up on normalization starting with
    Normalization Parts I, II, III, IV, and V
    http://rogersaccessblog.blogspot.ca/...on-part-i.html

    Work through the tutorials at
    http://www.rogersaccesslibrary.com/forum/forum46.html

    A major problem with your table structure is that to add 2017 data, you will have to modify your table structure, queries, forms, reports and possibly some code. You would have to do this every year. With a properly designed table structure, you just add records (data).



    -----------------------------------
    Other things to read:
    Microsoft Access Tables: Primary Key Tips and Techniques
    http://www.fmsinc.com/free/newtips/primarykey.asp

    Autonumbers--What they are NOT and What They Are
    http://www.utteraccess.com/wiki/index.php/Autonumbers
    Attached Files Attached Files

  6. #6
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,870
    Zarrukh,
    Depending on what your demographic info source contains, you may have to extract portions of that data into your tables via some sort of query or loader function.
    It would be helpful if you showed readers a sample of the raw demographic info you have.

    Here is a generic model with some demographic info (I don't know how relevant this may be for you).

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Input form with check boxes
    By p3rlend in forum Forms
    Replies: 5
    Last Post: 06-09-2016, 08:11 AM
  2. ComboBox with input mask to display dropdown
    By wetsnow13 in forum Forms
    Replies: 2
    Last Post: 06-10-2013, 05:59 AM
  3. Multiple Query on Form using dropdown boxes
    By losingmymind in forum Queries
    Replies: 3
    Last Post: 05-31-2013, 11:10 AM
  4. Creating dropdown boxes
    By jessbrooks79 in forum Database Design
    Replies: 5
    Last Post: 04-17-2011, 08:34 PM
  5. Dropdown Input Box?
    By Acilladon in forum Programming
    Replies: 3
    Last Post: 06-09-2010, 07:39 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums