B
bdobs
Guest
I am having difficulty expressing time in custom formats.
I have the following code for a column in a query:
RELEAS_DATE: IIf([RELEASE_DATE]=#1/1/1900#,"",[RELEASE_DATE])
The format of RELEAS_DATE is mm/dd/yy
I would like the true case to result in a mm/yy format for the following options:
- the current month
- RELEAS_DATE(this would strip out the day)
- a text box containing a date
Also,
Are there any good resources that give multiple examples of situations where you have a complex statement which needs to combine a number of controls/functions etc to yield a result?(I often find that these type of combinations result in errors b/c the exact syntax is not correct)
Thanks.
I have the following code for a column in a query:
RELEAS_DATE: IIf([RELEASE_DATE]=#1/1/1900#,"",[RELEASE_DATE])
The format of RELEAS_DATE is mm/dd/yy
I would like the true case to result in a mm/yy format for the following options:
- the current month
- RELEAS_DATE(this would strip out the day)
- a text box containing a date
Also,
Are there any good resources that give multiple examples of situations where you have a complex statement which needs to combine a number of controls/functions etc to yield a result?(I often find that these type of combinations result in errors b/c the exact syntax is not correct)
Thanks.