F
Frank Situmorang
I am new in this disussion group and new in developping access, but I found
it this dissussion is very helpful to me in solving problem. My question is
how can we use check box in one field, if we tick will place to days date in
the "Date Slected" calculated field in my query. This is the calculated query:
DateSelect: IIf([Select]=True,Date(),"")
It works when I tried to tick it, but, I want to hold the date. I found it,
if I tick to morrow the other records, all the selected ones become the same
date which is to day'date, while I want to hold it in order to know the
historical date.
If anyone can help me on this wheter we need to write VB in the form
Thanks & Regards,
FS
it this dissussion is very helpful to me in solving problem. My question is
how can we use check box in one field, if we tick will place to days date in
the "Date Slected" calculated field in my query. This is the calculated query:
DateSelect: IIf([Select]=True,Date(),"")
It works when I tried to tick it, but, I want to hold the date. I found it,
if I tick to morrow the other records, all the selected ones become the same
date which is to day'date, while I want to hold it in order to know the
historical date.
If anyone can help me on this wheter we need to write VB in the form
Thanks & Regards,
FS