PC Review


Reply
Thread Tools Rate Thread

access database 2007

 
 
ed the beginner
Guest
Posts: n/a
 
      11th Feb 2009
Hi Guys,

I understand if ask to much but please have mercy, I start using access 2007
only 4 weeks ago and I need some help ( I can't reply to my original question
so I post another one ).

1. I have a table named Products ( aprox 500 ) and it looks like this:

product received expire
a 12/12/2008
12/12/2010
b 01/01/2008
01/01/2009
c 10/02/2009
01/07/2009
I want a code(?) to search in the column expire and to pop up (or message
box ) a list with all products due to expire in 5days.

2. I want to create a treeview (HOW?) and to open a form when I click on a
leaf/children(?).

Is there anybody who can help me with templates or small examples?
I don't know anything about codes and I can learn from templates/examples,
like I learned everything I know about Access.

Thank you Tina and Philip for your help.
Thank you all.
 
Reply With Quote
 
 
 
 
KARL DEWEY
Guest
Posts: n/a
 
      11th Feb 2009
>>I want a code(?) to search in the column expire and to pop up (or message
box ) a list with all products due to expire in 5days.
Here is SQL for query --
SELECT [product], [received], [expire]
FROM Products
WHERE ([expire] <= Date()+5);

--
KARL DEWEY
Build a little - Test a little
 
Reply With Quote
 
 
 
 
Philip Herlihy
Guest
Posts: n/a
 
      11th Feb 2009
ed the beginner wrote:
> Hi Guys,
>
> I understand if ask to much but please have mercy, I start using access 2007
> only 4 weeks ago and I need some help ( I can't reply to my original question
> so I post another one ).
>
> 1. I have a table named Products ( aprox 500 ) and it looks like this:
>
> product received expire
> a 12/12/2008
> 12/12/2010
> b 01/01/2008
> 01/01/2009
> c 10/02/2009
> 01/07/2009
> I want a code(?) to search in the column expire and to pop up (or message
> box ) a list with all products due to expire in 5days.
>
> 2. I want to create a treeview (HOW?) and to open a form when I click on a
> leaf/children(?).
>
> Is there anybody who can help me with templates or small examples?
> I don't know anything about codes and I can learn from templates/examples,
> like I learned everything I know about Access.
>
> Thank you Tina and Philip for your help.
> Thank you all.


See my latest reply to your original post: "Access database reminder"
which you posted 08/02/2009 12:31

Don't break threads - bad manners! You may need to fiddle with your
newsreader settings to get back to the original.

Phil
 
Reply With Quote
 
ed the beginner
Guest
Posts: n/a
 
      11th Feb 2009


"Philip Herlihy" wrote:

> ed the beginner wrote:
> > Hi Guys,
> >
> > I understand if ask to much but please have mercy, I start using access 2007
> > only 4 weeks ago and I need some help ( I can't reply to my original question
> > so I post another one ).
> >
> > 1. I have a table named Products ( aprox 500 ) and it looks like this:
> >
> > product received expire
> > a 12/12/2008
> > 12/12/2010
> > b 01/01/2008
> > 01/01/2009
> > c 10/02/2009
> > 01/07/2009
> > I want a code(?) to search in the column expire and to pop up (or message
> > box ) a list with all products due to expire in 5days.
> >
> > 2. I want to create a treeview (HOW?) and to open a form when I click on a
> > leaf/children(?).
> >
> > Is there anybody who can help me with templates or small examples?
> > I don't know anything about codes and I can learn from templates/examples,
> > like I learned everything I know about Access.
> >
> > Thank you Tina and Philip for your help.
> > Thank you all.

>
> See my latest reply to your original post: "Access database reminder"
> which you posted 08/02/2009 12:31
>
> Don't break threads - bad manners! You may need to fiddle with your
> newsreader settings to get back to the original.
>
> Phil
>

I apologize, I didn't break threads. After I replied my computer frozen and
after few hours my post wasn't there so I tried again to post a reply and I
had the same problem. After another 2 hours both replies are there and both
are in a wrong format then original.

SORRY!
 
Reply With Quote
 
Philip Herlihy
Guest
Posts: n/a
 
      11th Feb 2009
ed the beginner wrote:
>
> "Philip Herlihy" wrote:
>
>> ed the beginner wrote:
>>> Hi Guys,
>>>
>>> I understand if ask to much but please have mercy, I start using access 2007
>>> only 4 weeks ago and I need some help ( I can't reply to my original question
>>> so I post another one ).
>>>
>>> 1. I have a table named Products ( aprox 500 ) and it looks like this:
>>>
>>> product received expire
>>> a 12/12/2008
>>> 12/12/2010
>>> b 01/01/2008
>>> 01/01/2009
>>> c 10/02/2009
>>> 01/07/2009
>>> I want a code(?) to search in the column expire and to pop up (or message
>>> box ) a list with all products due to expire in 5days.
>>>
>>> 2. I want to create a treeview (HOW?) and to open a form when I click on a
>>> leaf/children(?).
>>>
>>> Is there anybody who can help me with templates or small examples?
>>> I don't know anything about codes and I can learn from templates/examples,
>>> like I learned everything I know about Access.
>>>
>>> Thank you Tina and Philip for your help.
>>> Thank you all.

>> See my latest reply to your original post: "Access database reminder"
>> which you posted 08/02/2009 12:31
>>
>> Don't break threads - bad manners! You may need to fiddle with your
>> newsreader settings to get back to the original.
>>
>> Phil
>>

> I apologize, I didn't break threads. After I replied my computer frozen and
> after few hours my post wasn't there so I tried again to post a reply and I
> had the same problem. After another 2 hours both replies are there and both
> are in a wrong format then original.
>
> SORRY!


No worries, but it's best to keep the thread together if at all
possible. What program are you using to read and write here? Can you
see my reply to the "Access database reminder" thread?

Phil
 
Reply With Quote
 
ed the beginner
Guest
Posts: n/a
 
      12th Feb 2009
Thank you for advice. Yes. I can see now your reply and I'll try to learn
what you told me.
To read I just click on a screen name under question. To write I click on
option reply, but I think it was something wrong with my internet connection.
Anyway, now it looks OK.
From now on I'll keep my question with the original thread.
Thank you again.


"Philip Herlihy" wrote:

> ed the beginner wrote:
> >
> > "Philip Herlihy" wrote:
> >
> >> ed the beginner wrote:
> >>> Hi Guys,
> >>>
> >>> I understand if ask to much but please have mercy, I start using access 2007
> >>> only 4 weeks ago and I need some help ( I can't reply to my original question
> >>> so I post another one ).
> >>>
> >>> 1. I have a table named Products ( aprox 500 ) and it looks like this:
> >>>
> >>> product received expire
> >>> a 12/12/2008
> >>> 12/12/2010
> >>> b 01/01/2008
> >>> 01/01/2009
> >>> c 10/02/2009
> >>> 01/07/2009
> >>> I want a code(?) to search in the column expire and to pop up (or message
> >>> box ) a list with all products due to expire in 5days.
> >>>
> >>> 2. I want to create a treeview (HOW?) and to open a form when I click on a
> >>> leaf/children(?).
> >>>
> >>> Is there anybody who can help me with templates or small examples?
> >>> I don't know anything about codes and I can learn from templates/examples,
> >>> like I learned everything I know about Access.
> >>>
> >>> Thank you Tina and Philip for your help.
> >>> Thank you all.
> >> See my latest reply to your original post: "Access database reminder"
> >> which you posted 08/02/2009 12:31
> >>
> >> Don't break threads - bad manners! You may need to fiddle with your
> >> newsreader settings to get back to the original.
> >>
> >> Phil
> >>

> > I apologize, I didn't break threads. After I replied my computer frozen and
> > after few hours my post wasn't there so I tried again to post a reply and I
> > had the same problem. After another 2 hours both replies are there and both
> > are in a wrong format then original.
> >
> > SORRY!

>
> No worries, but it's best to keep the thread together if at all
> possible. What program are you using to read and write here? Can you
> see my reply to the "Access database reminder" thread?
>
> Phil
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
importing table contents from Word 2007 into Access 2007 andgenerating queries, reports using Access 2007 g_1 Microsoft Word Document Management 3 12th Nov 2009 07:58 AM
Using access to access an access database and an SQL database at t Henry Microsoft Access 7 26th Aug 2008 03:23 PM
Converting Access 97 database to Access 2007 database galit Microsoft Access Getting Started 5 1st Jan 2008 09:51 PM
Securely accessing an Access 2007 database...and are Access 2007 databases secure? clifgriffin@gmail.com Microsoft C# .NET 2 11th Aug 2007 04:49 PM
Saving Access 2007 database in Access 2003 format fails in Access =?Utf-8?B?U3Bpcm8=?= Microsoft Access External Data 0 13th Aug 2006 08:37 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:44 PM.