i have a table "tbl_AFYMO" which has three fields.
1. BDate
2. DDate
3. FM
on my frm_PurRequisition form
Tdate is automatically given. By using that date,
i need to filter and find the 'FM' which TDate is inbetween Bdate and Ddate. am i making sense?
so i need to update 'field1' based on 'Tdate'.
and Tdate needs to be inbeween Bdate and Ddate.
fm | Bdate | Ddate
1 |01/01/06|01/31/06
2 |02/01/06|02/28/06
etc
im guessing i have to use a query.. any help?
1. BDate
2. DDate
3. FM
on my frm_PurRequisition form
Tdate is automatically given. By using that date,
i need to filter and find the 'FM' which TDate is inbetween Bdate and Ddate. am i making sense?
so i need to update 'field1' based on 'Tdate'.
and Tdate needs to be inbeween Bdate and Ddate.
fm | Bdate | Ddate
1 |01/01/06|01/31/06
2 |02/01/06|02/28/06
etc
im guessing i have to use a query.. any help?