I am creating a Form in Access 2000 to track request by month. However, we use an alternate calendar, so I need to check the Request Date to determine the New Month and Year. Here is the process flow:
Table1.Request_ Date - updated on Form
AfterUpdate Select * From Table2 Where Table1.Request_ Date => Table2.Start_Da te and Table1.Request_ Date <= Table2.End_Date
Should return Table2.Month and Table2.Year and those values go to Table1.New_Mont h and Table1.New_Year ... Or an error if there are no matches.
I am stuck on how to code this in Access, so any help would be appreciated.
Thanks!
Table1.Request_ Date - updated on Form
AfterUpdate Select * From Table2 Where Table1.Request_ Date => Table2.Start_Da te and Table1.Request_ Date <= Table2.End_Date
Should return Table2.Month and Table2.Year and those values go to Table1.New_Mont h and Table1.New_Year ... Or an error if there are no matches.
I am stuck on how to code this in Access, so any help would be appreciated.
Thanks!
Comment