ahmadrashid17
New member
- Local time
- Today, 15:22
- Joined
- May 29, 2007
- Messages
- 6
i have a table which store the following informations:
StaffID - autonumber
StaffName - text (50)
EmpStartDate - date/time (general)
EmpEndDate - date/time (general)
DeptID - number, foreign key
Salary - currency
Position - text (30)
now i want to create a form for it and add a calculated control in order to get a list of month names between EmpStartDate and EmpEndDate. Is it possible, if yes, can you help me with coding. by the way i am not good in coding. i will get a course of vba and sql soon.
but for the time being. can anyone solve my question.
which control i use? and what code should i write for the control to get the rest as show in the following example.
EmpStartDate = 1/1/2006
EmpEndDate= 2/31/2007
so the result i want to get is:
jan, feb, mar, apr, may, jun, jul, aug, sep, oct, nov, dec, jan, feb
and then how can i bring this list in the report.
thanks in advance.
StaffID - autonumber
StaffName - text (50)
EmpStartDate - date/time (general)
EmpEndDate - date/time (general)
DeptID - number, foreign key
Salary - currency
Position - text (30)
now i want to create a form for it and add a calculated control in order to get a list of month names between EmpStartDate and EmpEndDate. Is it possible, if yes, can you help me with coding. by the way i am not good in coding. i will get a course of vba and sql soon.
but for the time being. can anyone solve my question.
which control i use? and what code should i write for the control to get the rest as show in the following example.
EmpStartDate = 1/1/2006
EmpEndDate= 2/31/2007
so the result i want to get is:
jan, feb, mar, apr, may, jun, jul, aug, sep, oct, nov, dec, jan, feb
and then how can i bring this list in the report.
thanks in advance.