Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old November 13th, 2005, 11:42 AM
Helge
Guest
 
Posts: n/a
Default Intervals - Using lookup?

If I have a date and want to lookup a value from a table. How can I do
that? -- Over the last 5 years a certain % has changed and depending
to the date I want the correct % connected to the right date.
  #2  
Old November 13th, 2005, 11:42 AM
Ozzone
Guest
 
Posts: n/a
Default Re: Intervals - Using lookup?

Kind of hard to understand exactly what you are looking for. If you
have a table with 2 fields (i.e. a Date and Value field), then you can
simply query on it.

For instance:

SELECT [<value field>] FROM <table name> WHERE [<date field>] = #<date
value>#

This would return all the records matching that date and give you the
value field entries.

You must have a match though. In the simplest case here you must have
a date and value entered in each record.

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles