how can the i merge many expression to one
query field names
regdate and freq and form input value mfg
02/apr/2009 and 6 and form input is 2011
then it works and gets the result
1st expr
TOTMON: DateDiff("m",[REGDATE],[newdatefield])
2nd expr
NewDateField: [Monthofcal] & "/30/" & [mfg]
3rd expr
divf: Fix([totmon]/[freq])
4th expr
divf1: ([divf]+1)
5th expr
addd: ([divf]+1)*[freq]
6th expr
SYSNEXTDUEDATE: DateAdd("m",[addd],[regdate])
is there a way to make this into 2 or 3 expr
attached database for reference
query name : monthwise
query field names
regdate and freq and form input value mfg
02/apr/2009 and 6 and form input is 2011
then it works and gets the result
1st expr
TOTMON: DateDiff("m",[REGDATE],[newdatefield])
2nd expr
NewDateField: [Monthofcal] & "/30/" & [mfg]
3rd expr
divf: Fix([totmon]/[freq])
4th expr
divf1: ([divf]+1)
5th expr
addd: ([divf]+1)*[freq]
6th expr
SYSNEXTDUEDATE: DateAdd("m",[addd],[regdate])
is there a way to make this into 2 or 3 expr
attached database for reference
query name : monthwise