| re: Excel Spreadsheet in Access
jquest wrote:[color=blue]
> Hi;
>
> I have a database that keeps track of customers and work done for[/color]
them. Some[color=blue]
> customers are repeat customers many times over, ie more than 100[/color]
records for[color=blue]
> them.
>
> I keep track of them in the database as well, but because of the[/color]
volume we[color=blue]
> also have a spreadsheet.[/color]
Not sure how that's relevant. You could push all the data to Excel
from within Access to do all your WhatIf scenarios...
[color=blue]
> I want to avoid muddying up the database with extra field to deal[/color]
with these[color=blue]
> issues, as they don't pertain to the vast majority of our customers.[/color]
As[color=blue]
> well, I don't let anyone input data into the database until all the[/color]
t's are[color=blue]
> crossed and i's dotted.[/color]
Is the convenience of having one field THAT big of a deal? So it
doesn't apply ot the majority of the cases.... so what? In the event
that it does, is this information useful? This idea of not inputting
everything into the database until... is somewhat odd. If there are
certain fields that are *required*, then that's one thing. Set them to
be required at table level. Otherwise, I'm not sure why you don't just
dump the data into the DB.[color=blue]
>
> What I would like to do is embed that spreadsheet into the database[/color]
so that[color=blue]
> it is always available from within the database, and then when the
> installation is ready to go ahead, I could just pull in the data for[/color]
that[color=blue]
> particular installation and it would automatically fill the fields in[/color]
for[color=blue]
> me.[/color]
Umm... no... you could LINK to the SS, or import the values to a table.
Those are your only options. Sounds like you mean you'd like to link
to the SS. File -> Get External Data -> Link ->Type: Spreadsheet....
If you link to the SS, if you change the data in the SS, you'll see if
you query/look at the linked table in Access... play around with a few
dummy files. Experiment. |