@RandyHayes if you remember, you helped me with this date and time.
Per my last post, I took your advice and removed the datacard, then put it back.
I then removed the dropdown and put in labels so I could make it so the users can't change the time, and fix the formatting I was having with the numbers.
So far this is working great....until I go to submit the time to the SPO List.
I found the way I have it now, the form would work, but it would not post the date/time.
I changed the field to true for required, just messing around, this caused it to error. so I am going to change that back to false.
Since I moved away from the dropdown boxes, I think my formula is off. I changed it to represent TEXT instead of value, but was still not posting.
Here is the formula that you gave me, but I modified for the text boxes.
DateValue1.Text +Time(If(AMPMValue.Text = "PM",12,0) +Mod(Text(HourValue1.Text),12),Text(MinuteValue1.Text),0)
so everything gets submitted to the SPO list, EXCEPT the date and time.
