G
Guest
I am very new to Access, but have had a moderate degree of success in the
last couple of weeks modifying data for use in mail merges. This has required
formatting data mainly, say changing a Date of Birth to numeric value from a
long date. Fairly simple stuff I am sure. I have used a good few Iff
functions to check for null fields, and trap errors, but each new function
for me has resulted in a new column in my datasheet view of the query. I know
these can be hidden, but is it necessary or even advisable to attempt to
combine these separate functions into fewer steps?
By example I took a DOB in "long format" and then Date of Birth:formatted it
to dd/mm/yyyy, then checked this for null values, etc etc, each adding
another column to the query.
It doesn't look very tidy
..Once before I was able to neaten up a query by cutting and pasting the SQL
bits, but this seems very complicated.
Any opinions? Fewest possible steps, or one step at a time?
Thanks,
Ian
last couple of weeks modifying data for use in mail merges. This has required
formatting data mainly, say changing a Date of Birth to numeric value from a
long date. Fairly simple stuff I am sure. I have used a good few Iff
functions to check for null fields, and trap errors, but each new function
for me has resulted in a new column in my datasheet view of the query. I know
these can be hidden, but is it necessary or even advisable to attempt to
combine these separate functions into fewer steps?
By example I took a DOB in "long format" and then Date of Birth:formatted it
to dd/mm/yyyy, then checked this for null values, etc etc, each adding
another column to the query.
It doesn't look very tidy
..Once before I was able to neaten up a query by cutting and pasting the SQL
bits, but this seems very complicated.
Any opinions? Fewest possible steps, or one step at a time?
Thanks,
Ian