Good day gentlemen and ladies
here is my dilema. I have an unbound control that is the total of two other controls "frstartime" =[beg]&" "&[timebeg]. as beg = date and timebeg = time.
I am trying to replicate the result of frstartime into a control that is bound to a table.
I tried writting the code afterupdate frstartime=tblocalstartdatetime, no result
i tried writting tblocalstartdatetime = frstartime.clone, no results also.
I tried default value in property frstartime. but the result is always the same I only get the date part showing never the time. how can I get the unbound field to copy its results into the bound field. Merci beaucoup.
here is my dilema. I have an unbound control that is the total of two other controls "frstartime" =[beg]&" "&[timebeg]. as beg = date and timebeg = time.
I am trying to replicate the result of frstartime into a control that is bound to a table.
I tried writting the code afterupdate frstartime=tblocalstartdatetime, no result
i tried writting tblocalstartdatetime = frstartime.clone, no results also.
I tried default value in property frstartime. but the result is always the same I only get the date part showing never the time. how can I get the unbound field to copy its results into the bound field. Merci beaucoup.