0
thanks for your reply
i have solved it just now .
thanks
0
I tried the same in my project ... It is working
Check the data type of date field .Write the show alert code in the form_load function
post your code for further steps...
-------------------------------------------------------------------
If you find anything useful please accept my answer
0
already try this not working
0
Hi Nithin,
Use two tables
1. contain followupdate
2. customer information
update the followupdate by some form
on form load of your resultant from use this query and update your fields or Datagrid.
"Select A.name ,A.mobile,A.address,A.order from customer A ,followup B Where B.folloDate=CURDATE() "
-------------------------------------------------------------------
If you find anything useful please accept my answer