C
Clif McIrvin
I'm looking for help in knowing the right questions to ask.
Situation: Main Office accounting software data lives in a SQL Server
database in another city. Local office connects to the accounting suite
(as I understand it) through a VPN tunnel. Historically, daily sales and
delivery data from various points of sale was hand carried to the local
office, where it was manually entered into the accounting system.
Recently, one of the points of sale received a software upgrade that
makes it possible for the local office to download a .csv file of the
daily sales info, which can be imported into the accounting system.
Apparently, there is no validation step before the import. If the point
of sale created a new customer (or item) that the accounting software
doesn't know about, the import dies a violent and messy death. (The
obvious question - why isn't there a validation process - has been
asked, but no-one admits to knowing the an$wer.)
I think I know enough Access to create a tool to validate the incoming
..csv against the current customer and item tables, *if* I knew how to
obtain that data.
I accept as a given that I won't ever get authorization from the
IT/Accounting gods to get at the master data directly. I gather that
it's possible to create read-only views of the various tables that I
could link to to run my validation against ... but I don't know what to
ask for.
Can someone in this room point me in the right direction to get started?
Situation: Main Office accounting software data lives in a SQL Server
database in another city. Local office connects to the accounting suite
(as I understand it) through a VPN tunnel. Historically, daily sales and
delivery data from various points of sale was hand carried to the local
office, where it was manually entered into the accounting system.
Recently, one of the points of sale received a software upgrade that
makes it possible for the local office to download a .csv file of the
daily sales info, which can be imported into the accounting system.
Apparently, there is no validation step before the import. If the point
of sale created a new customer (or item) that the accounting software
doesn't know about, the import dies a violent and messy death. (The
obvious question - why isn't there a validation process - has been
asked, but no-one admits to knowing the an$wer.)
I think I know enough Access to create a tool to validate the incoming
..csv against the current customer and item tables, *if* I knew how to
obtain that data.
I accept as a given that I won't ever get authorization from the
IT/Accounting gods to get at the master data directly. I gather that
it's possible to create read-only views of the various tables that I
could link to to run my validation against ... but I don't know what to
ask for.
Can someone in this room point me in the right direction to get started?