Hi there,
I have a subform which displays information for events. The duration of our events vary, so you could have a 1 day event or a 3 day event over 3 different dates... and so on. I have created a form displaying the event details and in the subform, I can add the date and times of each day. What I would love, is to be able to have a label for each date, just showing "Day 1, Day 2... " etc.
Currently I placed the following in a text box, and it looked like it would work initially - but it doesn't and as I add days, the value in the text box goes all over the place
Is there a straightforward way of doing this?Code:=IIf([Programme Date]<>"","Day " & [Form].[CurrentRecord],"")
Pic below for visual reference. Many thanks for any help