Results 1 to 5 of 5
  1. #1
    clmunson is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2012
    Posts
    2

    moving and adding rows of data


    I have a form with a dozen rows of data in the center of the form. Each row has seven columns: a label and four to six text boxes that display data from a table. I want to insert new rows with similar data at the top of these columns, moving the existing rows down. The form has other information on it. How do I insert the desired rows without moving EVERYTHING on the form down?

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,618
    I don't understand. Are you talking about data entry or form design?

    Want to provide db for analysis? Follow instructions at bottom of my post.
    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
    Missinglinq's Avatar
    Missinglinq is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Location
    Richmond (Virginia, not North Yorkshire!)
    Posts
    3,018
    Quote Originally Posted by clmunson View Post
    ...I want to insert new rows with similar data at the top of these columns

    ...moving the existing rows down.

    ...How do I insert the desired rows without moving EVERYTHING on the form down?
    Sorry, but I understand this even less than June7 does! But putting that confusion aside, for the moment, you appear to want to move the existing rows down but do so without moving EVERYTHING...down? Is it just me, or does this sound like mutually exclusive goals?

    Records have no order, in Access Tables, they're like a handful of marbles in a gunny sack! If you want Records to appear in a certain order, you have to set the Form's OrderBy Property using one or more Fields, from the underlying Table/Query, that defines the order.

    And to be honest, your explanation of your Form design sounds more than a little wonky! You really need to let us look at your app, if we're to help.

    Linq ;0)>

  4. #4
    clmunson is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2012
    Posts
    2
    I know I am not clear. Sorry about that.

    My DB is about 500mb, so I am not sure how to give you a concise version with just the form with which I have the question. But perhaps I can play with that and see what I can create. For now, let me give a little more explanation.

    I am dealing with form design, not data entry. My form is used to display information from a group of tables. My form has a column of data on the left and some columns to the right. The left-most column of data consists of rows of disparate information displayed in text boxes and labels. It is all regarding an individual. I do not wish to disturb the labels and text boxes in this left-most column. The right group of columns consists of rows of other information about the individual. Each of these rows has a common factor, a year (in a label) and from 4 to 6 text boxes (which read data about that individual in that year from a table). All these are under some column headings (labels). The first row is most recent year is the first row under the column heading; the next row is a previous year, and so on for 12 iterations. What I wish to do is move all these rows down one line, preferably en-mass so that I do not have to reposition each object individually.

    Here is a mockup of my form (if this text editor works as I hope it will) -

    Right Columns headers:Year Info1 Info2 Info3
    LeftLabelA -( Data A ).2011 AA .. BB ...CC
    ............................... 2010 xx .. yy ... zz
    LeftLabel B - (Data B)...2009 kk .. jj .....hh

    I need to move the rows of year info down and insert 2012 and build text boxes for its info under the headings.

    Does this help??
    Last edited by clmunson; 07-25-2012 at 01:26 PM. Reason: text editor not robust enough for my need

  5. #5
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,618
    Not much. You have to edit database every year to accommodate the new year's data? Smacks of bad data structure.

    You can select all the controls need to move and do so in one action. Just sweep, grab, drag. Unless the controls are 'grouped'. This happens when wizards are used create forms/reports. The 'grouping' can be removed by selecting the affected controls, right click Layout>Remove.
    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.

Similar Threads

  1. moving column data to rows
    By teasdam in forum Access
    Replies: 3
    Last Post: 12-23-2011, 08:39 AM
  2. Replies: 3
    Last Post: 12-19-2011, 11:18 AM
  3. moving data
    By elmister in forum Access
    Replies: 5
    Last Post: 09-27-2011, 02:08 PM
  4. Help with adding rows (Complex!)
    By ohthesilhouettes in forum Queries
    Replies: 4
    Last Post: 09-26-2011, 10:15 AM
  5. Adding rows on cross-tab query report
    By KahluaFawn in forum Reports
    Replies: 2
    Last Post: 02-18-2009, 10:09 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