Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi i have one field
for that field i am going to write a inputfield
ex:
i have field called
date:
01/01/2015
02/01/2015
and i want give option to change date for front end by using inputfield
i give n the option but when he try to enter the data and click on enter it is giving like cross mark on table box( i have added field s into table box )
how to overwrite the date
if user not entering any date then i have to show existing date ?
how ?
Do you have a sample?
Best,
Sunny
no sample yar
i have data for that field
and if customer needs he can overrite
else showing existing data
Have you tried with If or Alt?
If(IsNull(InputfieldDate), DatabaseDate, InputfieldDate) or
Alt(InputfieldDate, DatabaseDate)
Sunny
here i have data for all
eventhough i need to give user to override if he wish to override
Right, you are checking if the user has inputted something in the inputfield, if he hasn't you are going to use the date from benchmark, else you will use the date fron the inputfield. That is what you are trying to do, right?
exactly
So what exactly isn't working? I am not sure... and that is why I asked a sample would be helpful.
Best,
Sunny
i want give chance to enter data for date
if is not entering then i have to show existing values
it means i want give for overrite ?