Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Create from to display data from another tab

I am having some sort of mental block. I'm pretty sure there is a simple
answer to my problem, I'm just not seeing it.

OK, I have a spreadsheet that is 49 columns wide. (ouch) However, all this
data must be tracked. I do not have Access to simplify the issue.

I want to display the data in form view/format on a new tab in the same
workbook. We'll call the tabs Data and Display. All users will be able to
look at Display, perhaps even look up information via combo/list boxes,
print, but not edit. After Display is set up and functioning, I'll lock the
Display from editing without a password (locking I know how to accomplish).

I'm blocking on this:
After I create the Name drop down list, how do I get the other cells to look
at that cell and display corresponding data (like address, phone, etc)???

Then, can I have two or three drop down boxes that will all work in concert
with each other and the other fields? Here's what I mean: I want users to
be able to lookup a record by Name, Street Address, or Phone Number. I want
other information to be diplayed when any one of those things are selected
(like contact name, bank information, mailing address).

I have searched Help & Forums and it seems the answer must be too simple to
bother explaining - except I need it explained.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Create from to display data from another tab

Have you thought about keeping all your data on a single sheet.

Then applying data|filter|autofilter. The users can use the dropdown arrows to
show the records they want.

In xl2002+, you can protect the worksheet, but allow the users to use the
existing autofilter arrows.

JHLou wrote:

I am having some sort of mental block. I'm pretty sure there is a simple
answer to my problem, I'm just not seeing it.

OK, I have a spreadsheet that is 49 columns wide. (ouch) However, all this
data must be tracked. I do not have Access to simplify the issue.

I want to display the data in form view/format on a new tab in the same
workbook. We'll call the tabs Data and Display. All users will be able to
look at Display, perhaps even look up information via combo/list boxes,
print, but not edit. After Display is set up and functioning, I'll lock the
Display from editing without a password (locking I know how to accomplish).

I'm blocking on this:
After I create the Name drop down list, how do I get the other cells to look
at that cell and display corresponding data (like address, phone, etc)???

Then, can I have two or three drop down boxes that will all work in concert
with each other and the other fields? Here's what I mean: I want users to
be able to lookup a record by Name, Street Address, or Phone Number. I want
other information to be diplayed when any one of those things are selected
(like contact name, bank information, mailing address).

I have searched Help & Forums and it seems the answer must be too simple to
bother explaining - except I need it explained.


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Create from to display data from another tab

Well, the data is 123 rows by 49 columns. Even Freezing Panes, the data is
still unweildy. Alas, in Access, this would be a no brainer. In Excel 2007,
I'm stumbling. There must be a way to display all those fields in a
friendlier format...? Even if I don't get the drop down box option. Perhaps
I'll just include some lookup/search boxes? Anything? Something? Help?


"Dave Peterson" wrote:

Have you thought about keeping all your data on a single sheet.

Then applying data|filter|autofilter. The users can use the dropdown arrows to
show the records they want.

In xl2002+, you can protect the worksheet, but allow the users to use the
existing autofilter arrows.

JHLou wrote:

I am having some sort of mental block. I'm pretty sure there is a simple
answer to my problem, I'm just not seeing it.

OK, I have a spreadsheet that is 49 columns wide. (ouch) However, all this
data must be tracked. I do not have Access to simplify the issue.

I want to display the data in form view/format on a new tab in the same
workbook. We'll call the tabs Data and Display. All users will be able to
look at Display, perhaps even look up information via combo/list boxes,
print, but not edit. After Display is set up and functioning, I'll lock the
Display from editing without a password (locking I know how to accomplish).

I'm blocking on this:
After I create the Name drop down list, how do I get the other cells to look
at that cell and display corresponding data (like address, phone, etc)???

Then, can I have two or three drop down boxes that will all work in concert
with each other and the other fields? Here's what I mean: I want users to
be able to lookup a record by Name, Street Address, or Phone Number. I want
other information to be diplayed when any one of those things are selected
(like contact name, bank information, mailing address).

I have searched Help & Forums and it seems the answer must be too simple to
bother explaining - except I need it explained.


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Create form to display data from another tab

I think I'm asking the wrong questions. Please allow me to try again.

I want to create a form to display data already entered. Said data is
located in my Excel spreadsheet that is 125 rows x 49 columns. This happens
to be records of tenants (address, contact information, billing, rent, etc.).

I want users to be able to see a tenant's information easily. Preferably on
one page. Even printing that one page to keep a hard copy in their
physical/hard file.

I am using Excel 07. I see easily how to create forms using Visual Basic.
The properties confuse me, a bit. None of the instructions I've read mention
anything about entering in RowSource or ControlSource. How is the form going
to magically know to what cell you are referring?

I found some really informative looking headers in my Help file but there
seems to be a glitch with the links. The linked info is either a blank page
or something seemingly unrelated to the title. So - here I am, begging for
some direction on the Properties Box & what sort of information should be
entered.
(I love the Help file that says something like, 'click in the field next to
the label and enter your data.' No more than that. {snort & eye roll})

Instructions (links) for Idiots kindly welcomed.



"JHLou" wrote:

Well, the data is 123 rows by 49 columns. Even Freezing Panes, the data is
still unweildy. Alas, in Access, this would be a no brainer. In Excel 2007,
I'm stumbling. There must be a way to display all those fields in a
friendlier format...? Even if I don't get the drop down box option. Perhaps
I'll just include some lookup/search boxes? Anything? Something? Help?


"Dave Peterson" wrote:

Have you thought about keeping all your data on a single sheet.

Then applying data|filter|autofilter. The users can use the dropdown arrows to
show the records they want.

In xl2002+, you can protect the worksheet, but allow the users to use the
existing autofilter arrows.

JHLou wrote:

I am having some sort of mental block. I'm pretty sure there is a simple
answer to my problem, I'm just not seeing it.

OK, I have a spreadsheet that is 49 columns wide. (ouch) However, all this
data must be tracked. I do not have Access to simplify the issue.

I want to display the data in form view/format on a new tab in the same
workbook. We'll call the tabs Data and Display. All users will be able to
look at Display, perhaps even look up information via combo/list boxes,
print, but not edit. After Display is set up and functioning, I'll lock the
Display from editing without a password (locking I know how to accomplish).

I'm blocking on this:
After I create the Name drop down list, how do I get the other cells to look
at that cell and display corresponding data (like address, phone, etc)???

Then, can I have two or three drop down boxes that will all work in concert
with each other and the other fields? Here's what I mean: I want users to
be able to lookup a record by Name, Street Address, or Phone Number. I want
other information to be diplayed when any one of those things are selected
(like contact name, bank information, mailing address).

I have searched Help & Forums and it seems the answer must be too simple to
bother explaining - except I need it explained.


--

Dave Peterson

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Create form to display data from another tab

Maybe you can add Form to the QAT.

It may be enough.

If it's not...

Maybe you can design your own form and control everything that happens.

John Walkenbach has an enhanced data form:
http://j-walk.com/ss/dataform/index.htm

And the source code is available for a small fee ($20 USA, IIRC).

And if that's not sufficient, then maybe you could design your own input
userform.

Debra Dalgleish shares some tips:
http://contextures.com/xlUserForm01.html

Personally, I'd rather use the autofilter and have to scroll right/left to see
all my data. I'd be able to filter to show multiple rows.



JHLou wrote:

I think I'm asking the wrong questions. Please allow me to try again.

I want to create a form to display data already entered. Said data is
located in my Excel spreadsheet that is 125 rows x 49 columns. This happens
to be records of tenants (address, contact information, billing, rent, etc.).

I want users to be able to see a tenant's information easily. Preferably on
one page. Even printing that one page to keep a hard copy in their
physical/hard file.

I am using Excel 07. I see easily how to create forms using Visual Basic.
The properties confuse me, a bit. None of the instructions I've read mention
anything about entering in RowSource or ControlSource. How is the form going
to magically know to what cell you are referring?

I found some really informative looking headers in my Help file but there
seems to be a glitch with the links. The linked info is either a blank page
or something seemingly unrelated to the title. So - here I am, begging for
some direction on the Properties Box & what sort of information should be
entered.
(I love the Help file that says something like, 'click in the field next to
the label and enter your data.' No more than that. {snort & eye roll})

Instructions (links) for Idiots kindly welcomed.

"JHLou" wrote:

Well, the data is 123 rows by 49 columns. Even Freezing Panes, the data is
still unweildy. Alas, in Access, this would be a no brainer. In Excel 2007,
I'm stumbling. There must be a way to display all those fields in a
friendlier format...? Even if I don't get the drop down box option. Perhaps
I'll just include some lookup/search boxes? Anything? Something? Help?


"Dave Peterson" wrote:

Have you thought about keeping all your data on a single sheet.

Then applying data|filter|autofilter. The users can use the dropdown arrows to
show the records they want.

In xl2002+, you can protect the worksheet, but allow the users to use the
existing autofilter arrows.

JHLou wrote:

I am having some sort of mental block. I'm pretty sure there is a simple
answer to my problem, I'm just not seeing it.

OK, I have a spreadsheet that is 49 columns wide. (ouch) However, all this
data must be tracked. I do not have Access to simplify the issue.

I want to display the data in form view/format on a new tab in the same
workbook. We'll call the tabs Data and Display. All users will be able to
look at Display, perhaps even look up information via combo/list boxes,
print, but not edit. After Display is set up and functioning, I'll lock the
Display from editing without a password (locking I know how to accomplish).

I'm blocking on this:
After I create the Name drop down list, how do I get the other cells to look
at that cell and display corresponding data (like address, phone, etc)???

Then, can I have two or three drop down boxes that will all work in concert
with each other and the other fields? Here's what I mean: I want users to
be able to lookup a record by Name, Street Address, or Phone Number. I want
other information to be diplayed when any one of those things are selected
(like contact name, bank information, mailing address).

I have searched Help & Forums and it seems the answer must be too simple to
bother explaining - except I need it explained.

--

Dave Peterson


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I create a meesage to display when opening Excel kolsk Excel Discussion (Misc queries) 1 July 28th 07 02:37 PM
Can I create a display box to see results no matter where I am in jeroamd Excel Discussion (Misc queries) 3 June 27th 06 04:20 PM
Create a Formula to display the sheet name. Worksheet Formula Excel Worksheet Functions 1 April 3rd 06 02:50 PM
create excel spreadsheet to display data from filled text forms pluck4me Excel Discussion (Misc queries) 0 April 20th 05 08:37 PM
How can I create and display a chart dynamically on a UserForm wi. cc Charts and Charting in Excel 1 February 14th 05 02:44 PM


All times are GMT +1. The time now is 03:39 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"