Hi
This is the script i have already:
I need to make following changes, an i'm a little stuck.
if Status = 1 then only show from Date in DB + 14 Days
if Status = 2 then show (like above)
if Status = 3 don't show
if Status = 4 then show (like above)
This is the script i have already:
Code:
House = ObjektID (get from other select)
sql_command = "SELECT * FROM tblKalender WHERE Datum=cDate(#" & Datum & "#) AND Status = 2 AND Objekt=" & House
I need to make following changes, an i'm a little stuck.
if Status = 1 then only show from Date in DB + 14 Days
if Status = 2 then show (like above)
if Status = 3 don't show
if Status = 4 then show (like above)