Hello, I am looking for a combination of date formula and the time selector.
The idea is to collect the time and date to 1 text with the form: dd.mm.yyyy , ss:mm.
Following code gives Issue:
Full_Date_2.Text & " " & Time(
From_Hour.SelectedText.Value;
To_Min.SelectedText.Value;
0;
0
)
This is the issue:
This rule creates circular references

Report
All responses (
Answers (