![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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? -- Clif McIrvin (clare reads his mail with moe, nomail feeds the bit bucket :-) |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Hi Clif, ... Validation and 'sync' processes that used to take ages by hand or with Access alone now take place in just minutes and are infinitely more reliable and flexible at the same time. You can always review your processes for 'sense checking' just like reviewing a flow chart. I hope this helps. Cheers The Frog |
#5
| |||
| |||
|
|
I'm looking for help in knowing the right questions to ask. ... |
#6
| |||
| |||
|
|
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? -- Clif McIrvin (clare reads his mail with moe, nomail feeds the bit bucket :-) |
#7
| |||
| |||
|
|
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? -- Clif McIrvin (clare reads his mail with moe, nomail feeds the bit bucket :-) |
#8
| |||
| |||
|
|
"a a r o n . k e m p f @gmail.com [MCITP: DBA]" <aaron.ke... (AT) gmail (DOT) com wrote in messagenews:c45eb224-e4bc-48b8-95a8-e04c6712772b (AT) k13g2000vbq (DOT) googlegroups.com... you shoud use Access Data Projects-- they work great over a VPN. ----- Sheesh ... did you even read the question? On Jan 13, 2:35 pm, "Clif McIrvin" <clare.nom... (AT) gmail (DOT) com> wrote: 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? -- Clif McIrvin (clare reads his mail with moe, nomail feeds the bit bucket :-) -- Clif McIrvin (clare reads his mail with moe, nomail feeds the bit bucket :-) |
#9
| |||
| |||
|
|
Validation and 'sync' processes that used to take ages by hand or with Access alone now take place in just minutes and are infinitely more reliable and flexible at the same time. You can always review your processes for 'sense checking' just like reviewing a flow chart. |
#10
| |||
| |||
|
|
Hi Clif, snip |
![]() |
| Thread Tools | |
| Display Modes | |
| |