Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to combine fields called Tanggal as the date, Bulan as the month, and Tahun as the year into 1 field only called Date.
Can anyone help me to solve this problem ?
Thanks a lot
-Kevin
Try with makedate(), like:
Makedate(Tahun, Bulan, Tanggal)
Thank you so much for your response