Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default complex & simple database on a single form

Using Office 2003, I'm creating a database that will contain a fair amount of
information on prospective clients. I'd like it to contain all of the
information I need, but at the same time, I'd like it to have a "quick
reference" functionality. In other words, I want it to be able to function
both as a printable quick reference and also as a source of more information
when necessary. I'd like to keep it all in a single file because the end
user may not have the ability (knowledge) to set up multiple file linking on
their system, so it needs to be self-contained. What's the best way to
accomplish this?
  #2   Report Post  
Posted to microsoft.public.excel.misc
LT LT is offline
external usenet poster
 
Posts: 25
Default complex & simple database on a single form

On May 3, 4:30 pm, Merche wrote:
Using Office 2003, I'm creating a database that will contain a fair amount of
information on prospective clients. I'd like it to contain all of the
information I need, but at the same time, I'd like it to have a "quick
reference" functionality. In other words, I want it to be able to function
both as a printable quick reference and also as a source of more information
when necessary. I'd like to keep it all in a single file because the end
user may not have the ability (knowledge) to set up multiple file linking on
their system, so it needs to be self-contained. What's the best way to
accomplish this?


Hello there.

I have done something similar in the past and still use this following
style in my present day applications.

I would suggest that you continue with your MAIN database and complete
that first.

Then, when you have all the necessary info together, you can use a
Concatenate Function to bring it all out and into a "Summary"
report.

The main difference is that Database will be your typical setup

IE:

Name Field Address Field Type Field.
John 123 any st. Customer
Tim 456 This st. Supplier

With the Concate, you can now bring it all together in a "English"
"spoken" style. IE

=concatenate(A1,", Living at",B1," and is a ",C1," contact."

When finished, it should read something like this;

John, Living at 123 any st. and is a Customer contact.

The above is a very basic example but if you string multiple concates
together you will have a "Paragraph" of information that when read,
will make sense and is alot easier to remember in this format then in
a standard Databse list format.

At first it might be a little confusing when stringing together your
data information, but the key to stringing your info together is to
have it all in a list style somewhere secretly off your viewable sheet
and RIGHT align your text, then right beside that, left align the data
that will be coming back into the text.

This way you can make one sentence at a time (and per row) and then
when your ready to bring it all in, your now just pointing and
clicking with your mouse.

Hope that helps!

PS: This is a fine art, don't get disscouraged if you cant get it
right away. Master it and you will see the value this process can
bring you in the future!

-LT


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default complex & simple database on a single form

Thanks for the reply, but I don't think your solution will work for me. I'll
try to be more clear. I don't just need to make the existing information
shorter and easier to read, I need to have one set of data included in the
the "quick reference" portion of the database, and completely different,
additional data about the same subject elsewhere in the database, available
when the user needs more than a cursory review of the subject. This is for a
not for profit seeking funding from many sources, so for example, the simple
database will include a name, contact info., deadlines, and several other
pieces of similar basic info. The complete database will include information
about this funder like past funding history, proposal guidelines, interests
of the particular foundation, etc. - information that is too cumbersome to
include on the quick review, but that is important for the client to know
when they want to approach the funder.

The best solution I have in mind is to create a database of complete data
with a mirror database at the A1 position that simply reflects certain cells
from the more complete section further down. I see two problems with this:
1) Since the database will contain many subjects, this will be very
time-consuming to set up, with a different set of cell references for each
row in the "quick reference"; 2) I'd like to be able to set up a hot key so
the user can jump from the simple to the more complete set of data for a
particular subject, but I don't know how to do that.
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
Simple, yet complex problem! Using results as new data during calculations? S Davis Excel Worksheet Functions 2 June 30th 06 09:11 PM
MS-Excel and Complex Database Handling? Mike Excel Discussion (Misc queries) 2 May 18th 06 08:14 PM
Help with a simple form rmcfarron Excel Discussion (Misc queries) 0 October 4th 05 03:59 PM
I need a simple PO form Whosyourdata Excel Discussion (Misc queries) 2 September 28th 05 01:27 AM
How can I use Excel as a simple database for Quoting? Stefan Excel Discussion (Misc queries) 1 January 4th 05 01:26 PM


All times are GMT +1. The time now is 11:51 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"