Hey Gang, I'm gearing up to retool for the upcoming deer season here in
Ohio and I could use some help with very general questions about
direction. I will be scanning nearly 210,000 forms that capture deer
harvest information. We use Verity's Teleform V9 enterprise to capture
the scanned data.
To date, I've not done any scripting (essentially VBA) and have not set
up any real fancy rules during verification. If there are bad or
missing values, they end up as bad or missing values in the Access data
base. From there, the data are imported into SAS, which is where I
clean the data and replace missing and bad values. I've also used SAS
to assign values to each record based on the scanned information. For
instance, HARVEST DATE is used to assign each record to a SEASON (gun,
crossbow, handgun, etc) and records with missing date values are
assigned a valid date using the most recent record with a valid date
value (valid in this case is legal season dates). Other things that
I've used SAS to do is randomly assign records to one of two seasons
when the weapon type is missing (archers can use either a crossbow or
longbow during the archery season - a valid date only tells you it was
an archery harvest, but you have no idea if it was a crossbow or
longbow). Long story short, in the end, all or nearly all of the
records are made "complete" with the help of SAS. My question for the
group is can Access do things like this or should I try and have the
data as clean as possible before it gets to Access? Unfortunately, to
clean if before it gets to Access means that I have to learn to write
custom scripts and I'm not sure how much I can do with scripting. In
case it isn't immediately obvious, I KNOW LITTLE MORE THAN HOW TO SPELL
ACCESS, but I'm anxious to learn!
So you see, I really am at a critical point - do I learn what amounts
to VBA or focus more on Access and figure out how to make it do what I
want?
Any and all help on this is truly appreciated!
Regards,
Mike
Any and all help on this would be truly appreciated. I'm at a
crossroads here and I need a sign!
Thank you in advance!
Ohio and I could use some help with very general questions about
direction. I will be scanning nearly 210,000 forms that capture deer
harvest information. We use Verity's Teleform V9 enterprise to capture
the scanned data.
To date, I've not done any scripting (essentially VBA) and have not set
up any real fancy rules during verification. If there are bad or
missing values, they end up as bad or missing values in the Access data
base. From there, the data are imported into SAS, which is where I
clean the data and replace missing and bad values. I've also used SAS
to assign values to each record based on the scanned information. For
instance, HARVEST DATE is used to assign each record to a SEASON (gun,
crossbow, handgun, etc) and records with missing date values are
assigned a valid date using the most recent record with a valid date
value (valid in this case is legal season dates). Other things that
I've used SAS to do is randomly assign records to one of two seasons
when the weapon type is missing (archers can use either a crossbow or
longbow during the archery season - a valid date only tells you it was
an archery harvest, but you have no idea if it was a crossbow or
longbow). Long story short, in the end, all or nearly all of the
records are made "complete" with the help of SAS. My question for the
group is can Access do things like this or should I try and have the
data as clean as possible before it gets to Access? Unfortunately, to
clean if before it gets to Access means that I have to learn to write
custom scripts and I'm not sure how much I can do with scripting. In
case it isn't immediately obvious, I KNOW LITTLE MORE THAN HOW TO SPELL
ACCESS, but I'm anxious to learn!
So you see, I really am at a critical point - do I learn what amounts
to VBA or focus more on Access and figure out how to make it do what I
want?
Any and all help on this is truly appreciated!
Regards,
Mike
Any and all help on this would be truly appreciated. I'm at a
crossroads here and I need a sign!
Thank you in advance!
Comment