megatronixs
Registered User.
- Local time
- Today, 20:06
- Joined
- Aug 17, 2012
- Messages
- 719
Hi all,
I have 2 fields inside a form that are used to run a query.
the only thing is that the first field will be filled in, and the second field needs to format the text into a date.
Field 1 is called from_date_text and field 2 is called limit_date_text
in the first field I have the date like this: 20121210 and need to convert it to 10/12/2012.
I tried to use it like this in the second field: =[from_date_text].DateValue("10/12/2012") but no luck.
any tips in getting this working?
Greetings.
I have 2 fields inside a form that are used to run a query.
the only thing is that the first field will be filled in, and the second field needs to format the text into a date.
Field 1 is called from_date_text and field 2 is called limit_date_text
in the first field I have the date like this: 20121210 and need to convert it to 10/12/2012.
I tried to use it like this in the second field: =[from_date_text].DateValue("10/12/2012") but no luck.
any tips in getting this working?
Greetings.