Results 1 to 4 of 4
  1. #1
    datsyuk is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Jun 2012
    Posts
    7

    Form/db set up


    Hi - I currently have a form with a number of tables but the relevant one to my question is a table that contains a Project, Hours, Skills, and Date Needed. Project and Skills reference other tables. There are other fields within this table but I'll disregard them as they are not relevant to the form I am looking to create. The setup of the form is as follows:

    Project (the user can select a project and the information below updates to relate to the selected project)

    Current Month Current Month +1 Current Month+2 ...
    Skill1 hours hours hours ...
    Skill2 hours hours hours ...
    Skill3 hours hours hours ...
    ... .... ... ... ...

    The format is similar to a crosstab query with Skill + Date group by Month however you cannot edit a crosstab query. I have queries to group the entries based on the current month and am trying to utilize these in building subform(s?). I just can't seem to get the kind of matrix format that I am looking for. Also, there are a large number of skills and some are only relevant for certain projects.

    Any help anyone could give would be greatly appreciated!

    Thanks,
    Datsyuk

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,624
    Your data is in normalized structure but you want data entry to be not normalized?

    Your option is unbound form and SQL INSERT action to save the data.

    Review https://www.accessforums.net/access/...orm-25302.html
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    datsyuk is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Jun 2012
    Posts
    7
    Quote Originally Posted by June7 View Post
    Your data is in normalized structure but you want data entry to be not normalized?

    Your option is unbound form and SQL INSERT action to save the data.

    Review https://www.accessforums.net/access/...orm-25302.html
    Can you go into more detail about using SQL INSERT. I went through the thread on the link you provided and am still kind of confused. What they are trying to do there differs from what I describe in that I am looking for a way to edit the data using the display I describe. I want to group them by month and show the value of hours for each skill across the months. As you said this is not a normalized way to enter data. In this, I will not want the user to have the ability to edit the skill or date (which would require editing my records are once but just the time. I am also open to suggestions for other possibly better ways to go about this but it is not viable to enter them one at a time or in a continuous form as it would be too cluttered and unorganized.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,624
    Just as code would save new data from the unbound form controls, code would have to populate the unbound form controls with existing data. User edits would be saved to table with sql UPDATE actions.

    What you want could get quite complicated.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

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