J
jonmarcr
I cant find my post on this and my workstation hung last time - perhaps it
didn't post.
I am trying to transform data I am importing into data that can be read by
my users. I have two issues:
The external database sends me info in the form Add1 Add2 Add3 Add4 Add5 but
our database (which I cannot change) has Add1 Add2 Add3 City County
Add1 is always OK
Add2 to Add5 should be moved either 3 2 or 1 space depending on how many
fields out of Add2 to Add5 are populated. This is easy in Excel but I cannot
get it to work in Access when I use IIf to test for a null or an empty field
I get #Error which then propagtes throughout the database.
Maybe someone has already done this?
The second is telephone number which come in in a confused format:
nnn-nnnnnnnn or nn n nnn-nnnn or nnn-nnnn-nnnn - you get the idea. What
comes in I need to format it to read nnn-nnnn-nnnn - easy in Excel but.
My excel sheet (I then use link tables) is enormous because I have to design
to import up to 10,000 records so I reach 33MB - that is why I prefer to use
Access if I can
Help! - I've been at it continuously for three days
didn't post.
I am trying to transform data I am importing into data that can be read by
my users. I have two issues:
The external database sends me info in the form Add1 Add2 Add3 Add4 Add5 but
our database (which I cannot change) has Add1 Add2 Add3 City County
Add1 is always OK
Add2 to Add5 should be moved either 3 2 or 1 space depending on how many
fields out of Add2 to Add5 are populated. This is easy in Excel but I cannot
get it to work in Access when I use IIf to test for a null or an empty field
I get #Error which then propagtes throughout the database.
Maybe someone has already done this?
The second is telephone number which come in in a confused format:
nnn-nnnnnnnn or nn n nnn-nnnn or nnn-nnnn-nnnn - you get the idea. What
comes in I need to format it to read nnn-nnnn-nnnn - easy in Excel but.
My excel sheet (I then use link tables) is enormous because I have to design
to import up to 10,000 records so I reach 33MB - that is why I prefer to use
Access if I can
Help! - I've been at it continuously for three days