G
golan
hello; i have date field in a form that update a field in temporary table
"tmppayment".
with update query i update the payment table and delete the data from
tmppayment.
i want to check in table payment if the pay date is not valid and if the
last pay is for instance 1/08 the field in the form will update to 2/08 and
the user get a message about that .
additional the pay date required to be between two date in anther table
tblcontract
i want to chack it whan i enter the data .
only in this cases the field will update.
thanks
"tmppayment".
with update query i update the payment table and delete the data from
tmppayment.
i want to check in table payment if the pay date is not valid and if the
last pay is for instance 1/08 the field in the form will update to 2/08 and
the user get a message about that .
additional the pay date required to be between two date in anther table
tblcontract
i want to chack it whan i enter the data .
only in this cases the field will update.
thanks