Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 





Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Microsoft Support > Microsoft Office support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read

Microsoft Office support MS Office support forum

Reply
 
Thread Tools
Old 05-13-2008, 09:05 PM   #1 (permalink)
Registered User
 
Join Date: May 2008
Posts: 5
OS: XP, SP2


Linking From Table to create form

Please guide me to get the following linking problem solved :

One table List containing fields in sheet#1.

Prepared another sheet #2 in a form pattern using say for Labelling purpose, which has 5 rows altogether, with borders. The corresponding fields are linked to the sheet#1

Now the question is, when i copy the 1st set of form (in sheet#2) which contains 5 lines to generate 100 sets, the forms/pattern/links all are obviously copied, but the links are taken obviouly incremental from sheet #1. As my sheet#2 has 5 lines, i need to get the data by skipping off those lines.

Currently i have to do manually, for that can anyone give me good a solution pls?

I afraid, if you think i have note explained my question clearly, pls see the attached sample sheet updating with a sample file... i have changed the font colour to Red, which i require your assistance pls.

thanks
Attached Files
File Type: rar sample sheet.rar (4.6 KB, 3 views)
joelsilsbee is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-19-2008, 11:50 PM   #2 (permalink)
Registered User
 
Join Date: May 2008
Posts: 5
OS: XP, SP2


Re: Linking From Table to create form

Can anyone answer this please???
joelsilsbee is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-05-2008, 04:52 PM   #3 (permalink)
Registered User
 
Join Date: May 2008
Location: Baltimore, Maryland
Posts: 66
OS: Windows XP SP2


Re: Linking From Table to create form

By modifying some formulas on Sheet2, you can copy and paste to create additional labels on Sheet2 and have the references to Sheet1 remain correct.

Here's one way to do it. On Sheet2, place the following formula in cell A4 (right underneath the NO heading):
=INDIRECT("Sheet1!A"&((ROW()+2)/6)+2)

Place the following formula in cell B4 (right underneath the DATE heading):
=INDIRECT("Sheet1!B"&((ROW()+2)/6)+2)

For cell D4:
=INDIRECT("Sheet1!C"&((ROW()+2)/6)+2)

For cell F4:
=INDIRECT("Sheet1!E"&((ROW()+2)/6)+2)

For cell D5:
=INDIRECT("Sheet1!D"&((ROW()+1)/6)+2)

For cell F5:
=INDIRECT("Sheet1!F"&((ROW()+1)/6)+2)

For cell D6 (to the right of the Wickdrain area heading):
=INDIRECT("Sheet1!G"&((ROW())/6)+2)

Now, when you copy the range A3:F8 and paste it to cell A9, the correct data for label 2 should be displayed. When you copy the range A9:F14 and paste it to cell A15, it should pick up the data for label 3.
David M58 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-05-2008, 10:41 PM   #4 (permalink)
Registered User
 
Join Date: May 2008
Posts: 5
OS: XP, SP2


Re: Linking From Table to create form

thanks a lot
joelsilsbee is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -7. The time now is 01:01 PM.



Copyright 2001 - 2008, Tech Support Forum

Search Engine Friendly URLs by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81