Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Can some one suggest me on how to create impact on two other similar variables when there is an action on third variable.
i have 3 dates. if i click on first date, same selection should be done on the other two dates as well. please help me on this.
here im using list boxes to present the dates.
Thanks,
Bhargav
Variable Event Triggers?
Settings->Document Properties->Trigger
Yes. how to use triggers to do that?
can you attach a sample will make more easy to work around
hi..
there are 3 date fields from three different tables. i want to use triggers so that if i select date field in one table, it should impact on other two date fields in different tables.
example: if i select Date1 = '1/1/2014', then Date2 and Date3 should take value '1/1/2014'
cant you simply link all three tables with date? this will give you the result
Hope this is what you looking for
Cheers !!!!
I cant link the three tables since im using enterprise licence. i should avoid using synthetic keys. any other suggestion using trigger?
Perfect!! Thanks!!