Click here to Skip to main content
15,898,036 members
Home / Discussions / Database
   

Database

 
AnswerRe: VBA access 2007 recordset Pin
Аslam Iqbal16-Jan-11 9:02
professionalАslam Iqbal16-Jan-11 9:02 
Questionhow do i get top 3 salaries among department, which is represented by employee with lowest 3 salaries (total 9 rows) Pin
HughJarce9915-Jan-11 10:44
HughJarce9915-Jan-11 10:44 
AnswerRe: how do i get top 3 salaries among department, which is represented by employee with lowest 3 salaries (total 9 rows) Pin
loyal ginger15-Jan-11 17:16
loyal ginger15-Jan-11 17:16 
AnswerRe: how do i get top 3 salaries among department, which is represented by employee with lowest 3 salaries (total 9 rows) Pin
decipher1234517-Jan-11 1:26
decipher1234517-Jan-11 1:26 
AnswerRe: how do i get top 3 salaries among department, which is represented by employee with lowest 3 salaries (total 9 rows) Pin
Hiren solanki17-Jan-11 2:23
Hiren solanki17-Jan-11 2:23 
Questionget data in financial year in sql Pin
Thanusree Duth14-Jan-11 22:56
Thanusree Duth14-Jan-11 22:56 
AnswerRe: get data in financial year in sql Pin
Estys14-Jan-11 23:36
Estys14-Jan-11 23:36 
AnswerRe: get data in financial year in sql Pin
Mycroft Holmes16-Jan-11 13:51
professionalMycroft Holmes16-Jan-11 13:51 
Because each company may have a different fiscal year, you need to actually have a strategy to deal with it in your data structure. there are a number of options!

Have a function that converts a date to finscalyear/period (2010/01 = April)
Actually store the correct fiscal values with the data.
Maintian a "Period" table with all the relevant dates and FK it to your data (we use this method)
Never underestimate the power of human stupidity
RAH

QuestionCannot Connect To Database? Pin
Dominick Marciano14-Jan-11 6:05
professionalDominick Marciano14-Jan-11 6:05 
AnswerRe: Cannot Connect To Database? Pin
David Mujica14-Jan-11 7:09
David Mujica14-Jan-11 7:09 
AnswerRe: Cannot Connect To Database? Pin
jschell14-Jan-11 10:26
jschell14-Jan-11 10:26 
QuestionHow it is Better to Store Multiple Options Pin
Richard Andrew x6413-Jan-11 14:41
professionalRichard Andrew x6413-Jan-11 14:41 
AnswerRe: How it is Better to Store Multiple Options Pin
PIEBALDconsult13-Jan-11 15:18
mvePIEBALDconsult13-Jan-11 15:18 
AnswerRe: How it is Better to Store Multiple Options Pin
Eddy Vluggen14-Jan-11 0:44
professionalEddy Vluggen14-Jan-11 0:44 
GeneralRe: How it is Better to Store Multiple Options Pin
Richard Andrew x6414-Jan-11 3:41
professionalRichard Andrew x6414-Jan-11 3:41 
GeneralRe: How it is Better to Store Multiple Options Pin
Luc Pattyn14-Jan-11 3:50
sitebuilderLuc Pattyn14-Jan-11 3:50 
GeneralRe: How it is Better to Store Multiple Options Pin
jschell14-Jan-11 10:29
jschell14-Jan-11 10:29 
Questionmonth numbers in sql Pin
Thanusree Duth13-Jan-11 0:26
Thanusree Duth13-Jan-11 0:26 
AnswerRe: month numbers in sql Pin
Pete O'Hanlon13-Jan-11 0:57
mvePete O'Hanlon13-Jan-11 0:57 
AnswerRe: month numbers in sql Pin
PIEBALDconsult13-Jan-11 1:26
mvePIEBALDconsult13-Jan-11 1:26 
AnswerRe: month numbers in sql Pin
Corporal Agarn13-Jan-11 1:30
professionalCorporal Agarn13-Jan-11 1:30 
AnswerRe: month numbers in sql Pin
Luc Pattyn13-Jan-11 2:02
sitebuilderLuc Pattyn13-Jan-11 2:02 
AnswerRe: month numbers in sql Pin
RaviRanjanKr13-Jan-11 2:07
professionalRaviRanjanKr13-Jan-11 2:07 
QuestionDataType mismatch in criteria expression Access 2007 - VBA Pin
scorp_scorp11-Jan-11 23:21
scorp_scorp11-Jan-11 23:21 
AnswerRe: DataType mismatch in criteria expression Access 2007 - VBA Pin
Geoff Williams12-Jan-11 0:01
Geoff Williams12-Jan-11 0:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.