D
Desilu via AccessMonster.com
I am working with an Access front-end where the table is coming from a Sequel
DB. I want to create a function in a module to create a date, based on the
Month, Day, Century and Year fields. I want the FINAL date in a MM/DD/YYYY
format. For the fields that are null or equal to zero, I need an IF, Then,
Else statement to convert those concatenated values to the date #1/1/1900#.
I'm close, but not close enough, as I'm still learning. Any help is
appeciated!
The table fields that I'm working with have been brought over to the Access
front-end as numbers from 1 to 2 positions in field length. Below are the
fields:
Month = 2
Day = 15
Century Year = 20
Year = 1
Date would be 2/15/2001
Thanks for your help.
DB. I want to create a function in a module to create a date, based on the
Month, Day, Century and Year fields. I want the FINAL date in a MM/DD/YYYY
format. For the fields that are null or equal to zero, I need an IF, Then,
Else statement to convert those concatenated values to the date #1/1/1900#.
I'm close, but not close enough, as I'm still learning. Any help is
appeciated!
The table fields that I'm working with have been brought over to the Access
front-end as numbers from 1 to 2 positions in field length. Below are the
fields:
Month = 2
Day = 15
Century Year = 20
Year = 1
Date would be 2/15/2001
Thanks for your help.