Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Help In MS Access

Dear friends

Please help me in following

I've an access data base , which has a table called employee
details. Following are the fileds in my data base
1.Emp_ID
2.Emp_Name
3.Joining_Date
4.Membership_Expiry_Date
I'm looking for the following,
To generate a report,
Example: There are five members in table.All the five are having
different membership expiry date.I need to get a report on base of
expiry month and year.
Means = Member # 1 Expiriy date is 09-Aug-2003
Member # 2 Expiriy date is 20-Aug-2003
Member # 3 Expiriy date is 11-Sep-2003
Member # 4 Expiriy date is 11-Sep-2003
Member # 5 Expiriy date is 09-Dec-2003
I should be able select the month and date from a combo box, which means
If I selet Aug-2003 then my report should show Member # 1 & Member # 2
only, if I select Dec-2003 then the report should show only Member # 5
only. Moreover is there any way to set up a popup message to show the
members list whose membership expiring the current month.

Please give an idea to do the above.
many many thanks in advance

Regards

Raj

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 52
Default Help In MS Access

You should post this question in one of the Access newsgroups, and
someone will probably be able to help you.
You could try microsoft.public.access.gettingstarted
or microsoft.public.access.forms

Rajesh Nair wrote:
Dear friends

Please help me in following

I've an access data base , which has a table called employee
details. Following are the fileds in my data base
1.Emp_ID
2.Emp_Name
3.Joining_Date
4.Membership_Expiry_Date
I'm looking for the following,
To generate a report,
Example: There are five members in table.All the five are having
different membership expiry date.I need to get a report on base of
expiry month and year.
Means = Member # 1 Expiriy date is 09-Aug-2003
Member # 2 Expiriy date is 20-Aug-2003
Member # 3 Expiriy date is 11-Sep-2003
Member # 4 Expiriy date is 11-Sep-2003
Member # 5 Expiriy date is 09-Dec-2003
I should be able select the month and date from a combo box, which means
If I selet Aug-2003 then my report should show Member # 1 & Member # 2
only, if I select Dec-2003 then the report should show only Member # 5
only. Moreover is there any way to set up a popup message to show the
members list whose membership expiring the current month.

Please give an idea to do the above.
many many thanks in advance

Regards

Raj

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Help In MS Access

You'd find more help posting in an MS Access group.

Take a look at www.mrexcel.com - he also helps out with Access.

That said ...

What you need to do is alter your SQL statement to hold the month you want
to query, for example:

select * from table where month(Joining_Date) = my-chosen-month

(you didn't say what the data type was so I'm guessing it's type date)

HTH

Chris

"Rajesh Nair" wrote in message
...
Dear friends

Please help me in following

I've an access data base , which has a table called employee
details. Following are the fileds in my data base
1.Emp_ID
2.Emp_Name
3.Joining_Date
4.Membership_Expiry_Date
I'm looking for the following,
To generate a report,
Example: There are five members in table.All the five are having
different membership expiry date.I need to get a report on base of
expiry month and year.
Means = Member # 1 Expiriy date is 09-Aug-2003
Member # 2 Expiriy date is 20-Aug-2003
Member # 3 Expiriy date is 11-Sep-2003
Member # 4 Expiriy date is 11-Sep-2003
Member # 5 Expiriy date is 09-Dec-2003
I should be able select the month and date from a combo box, which means
If I selet Aug-2003 then my report should show Member # 1 & Member # 2
only, if I select Dec-2003 then the report should show only Member # 5
only. Moreover is there any way to set up a popup message to show the
members list whose membership expiring the current month.

Please give an idea to do the above.
many many thanks in advance

Regards

Raj

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Query from Access into Excel cause Access to go to read only T Stephens Excel Discussion (Misc queries) 0 March 24th 09 04:17 PM
Can Excel access data from Access?! Al Excel Discussion (Misc queries) 5 April 5th 08 03:52 PM
Can't Access Add-Ins Phil87 Excel Worksheet Functions 1 January 23rd 08 09:55 AM
Access Form In An Access Report (SubForm) Question Gary Links and Linking in Excel 0 January 27th 06 05:54 AM
export access to excel. change access & update excel at same time fastcar Excel Discussion (Misc queries) 0 June 24th 05 09:27 PM


All times are GMT +1. The time now is 10:00 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"