Loop for a action (1 Viewer)

Rashid

Member
Local time
Today, 02:41
Joined
Sep 6, 2019
Messages
30
BookingDate
Date/Time Field


D1
D2D3...
...D31
Here I need when user select a date in booking date field the corresponding field in below text fields change to Booked.these fields are in one table.i have a query with a field Day=date part("d"[booking date]).By which I want to perform the target.so how can I do this.
 

Gasman

Enthusiastic Amateur
Local time
Today, 10:41
Joined
Sep 21, 2011
Messages
14,533
Table is not normalized. You will constantly jump through hoops with that structure.
 

jdraw

Super Moderator
Staff member
Local time
Today, 05:41
Joined
Jan 23, 2006
Messages
15,406
Rashid,
Tell us more of "what you are trying to achieve" in simple English. As Gasman said, your table structure is not set up for relational database and will cause you a lot of grief. Get the structure correct is first priority.
 

Rashid

Member
Local time
Today, 02:41
Joined
Sep 6, 2019
Messages
30
Actually I need a calendar like form in which I can show event bookings
 

Gasman

Enthusiastic Amateur
Local time
Today, 10:41
Joined
Sep 21, 2011
Messages
14,533
Actually I need a calendar like form in which I can show event bookings
So google Peter Hibbs Calendar as an example.

They use a normalized DB structure.
 

Users who are viewing this thread

Top Bottom