G
Guest
Hi,
I have 1 Table "Periods" with 3 fields:
From date - To date - Period
01/01/2004- 02/02/2004 - 01
03/02/2004- 02/03/2004 - 02 ..........
I have 13 periods.
In my Form I have a field "Date" and a field "Period"
I would like when user type the "Date", it giving automatically the exact
period from the Table.
I did it with this formula but doesn't work perfectly, is the a simply way
to do it ?
(If Me![Date] >= "2004/04/01" And Me![Date] <= "2004/05/01" Then
Me![Periode] = 1
End If )
Thanks
I have 1 Table "Periods" with 3 fields:
From date - To date - Period
01/01/2004- 02/02/2004 - 01
03/02/2004- 02/03/2004 - 02 ..........
I have 13 periods.
In my Form I have a field "Date" and a field "Period"
I would like when user type the "Date", it giving automatically the exact
period from the Table.
I did it with this formula but doesn't work perfectly, is the a simply way
to do it ?
(If Me![Date] >= "2004/04/01" And Me![Date] <= "2004/05/01" Then
Me![Periode] = 1
End If )
Thanks