Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 CURRENT MONTH

Author  Topic 

vulture
Starting Member

5 Posts

Posted - 2001-09-04 : 09:33:20
hi,

im trying to build a Querie on ACCESS to return all the users that have birthday on specified month.

i cant figure out the SQL correct Select for this.

can anyone help me?

PARAMETERS [date] DateTime;
SELECT User.UserName, User.BirthDay
FROM User;

if tryed alot of thing but either i get error or it doesnt work.

thx


Vulture, TheNetRyder
Config( Win2000,IIS,UD4, ASP,SQL200)
   

- Advertisement -