The Code Cage - Microsoft Office help Free Microsoft Office Help for all Applications!  

To stop seeing these ads and get other benefits check This page!

Go Back   The Code Cage Forums > Newsgroups - Microsoft Topics > Newsgroup - Access Forum > Access Tables
  Microsoft Office Chat Online now!


Access Tables Post questions in this forum if they are related to using Microsoft Access Table construction, dependencies and queries.

Hey there!

It looks like you're enjoying but haven't created an account yet. Why not take a minute to register for your own free account now? As a member you get free access to all of our forums and posts plus the ability to post your own messages, communicate directly with other members and much more. Register now!

Already a member? Login at the top of this page to stop seeing this message.


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 28th October 2009, 08:30 PM
Junior Member
MS Office Version: MS Office 97
MS Office Skill Level: New to MS Office


My Top Tip Count: 0

 
Join Date: Oct 2009
Location: chennai, india
Posts: 3
Thanks to others: 0
Thanked 0 Times in 0 Posts
Chats: 0
Rep Power: 0
captgnvr is on a distinguished road
India
Default how to make name table and purchase table join and get data of sales?

------ Register to get rid of these "In Post" ads! ------


Dear All

Thanks to this forum I have made some headway. Again I am stuck.

table1 with 50 names and staff code.

table2 with 100 items, price and stock.

With the forum guide managed to make a table3 with one field as lookup field to enter names, and items.

What is required is

1. an input form where, you select a name in combo box with all the items exhibited plus text field to enter the quantity purchased.
'Original Source: The Code Cage Forums http://www.thecodecage.com/forumz/access-tables/148846-how-make-name-table-purchase-table-join-get-data-sales.html#post541185

2. once all the quantities for the items purchased is entered against all the names, to make a report to show all the names and the total amount against their names.

3. at least give some links so that I can read and figure out.

Please help.

brgds/captgnvr
Reply to this post


Did you find this post helpful? Yes | No

The Code Cage Advertisment
Advertisement

To stop seeing these ads and get other benefits check This page!
  #2 (permalink)  
Old 29th October 2009, 06:15 PM
Jeff Boyce
Newsgroup Contributor


My Top Tip Count:

 
Posts: n/a
Chats:
Default Re: how to make name table and purchase table join and get data of sales?

------ Register to get rid of these "In Post" ads! ------


Consider reviewing the Northwind database that comes with Access. It sounds
'Original Source: The Code Cage Forums http://www.thecodecage.com/forumz/access-tables/148846-how-make-name-table-purchase-table-join-get-data-sales.html#post542318
like you are building an order-tracking system... so you might want to look
for templates at Microsoft and other on-line sources...

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or psuedocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"captgnvr" <captgnvr.40s79c@thecodecage.com> wrote in message
news:captgnvr.40s79c@thecodecage.com...
>
> Dear All
>
> Thanks to this forum I have made some headway. Again I am stuck.
>
> table1 with 50 names and staff code.
>
> table2 with 100 items, price and stock.
>
> With the forum guide managed to make a table3 with one field as lookup
> field to enter names, and items.
>
> What is required is
>
> 1. an input form where, you select a name in combo box with all the
> items exhibited plus text field to enter the quantity purchased.
>
> 2. once all the quantities for the items purchased is entered against
> all the names, to make a report to show all the names and the total
> amount against their names.
>
> 3. at least give some links so that I can read and figure out.
>
> Please help.
>
> brgds/captgnvr
>
>
> --
> captgnvr
> ------------------------------------------------------------------------
> captgnvr's Profile:
> http://www.thecodecage.com/forumz/me...hp?userid=1072
> View this thread:
> how to make name table and purchase table join and get data of sales?
>



Reply to this post


Did you find this post helpful? Yes | No
  #3 (permalink)  
Old 29th October 2009, 07:04 PM
Junior Member
MS Office Version: MS Office 97
MS Office Skill Level: New to MS Office


My Top Tip Count: 0

 
Join Date: Oct 2009
Location: chennai, india
Posts: 3
Thanks to others: 0
Thanked 0 Times in 0 Posts
Chats: 0
Rep Power: 0
captgnvr is on a distinguished road
India
Default Re: how to make name table and purchase table join and get data of sales?

------ Register to get rid of these "In Post" ads! ------


D/Jeff

Thanks for the tip. Actually I am stuck with how to make the third table using two tables as I have mentioned; one with names and their code and the other table with various items and price.

For example I make the third table using names code and products code and price, the difficulty is I do not want to put one look up field for names and one lookup field for purchase items. If I do so then I have to enter each record for a particular person and click items list and click one. Instead I want to have it in such a way, the name of the person when clicked, to appear all items and its prices and a text field to enter the quantity and another text field to show the total amount of purchase so that I can take a report print out with names and total amount for deductions in their wages.
'Original Source: The Code Cage Forums http://www.thecodecage.com/forumz/access-tables/148846-how-make-name-table-purchase-table-join-get-data-sales.html#post542391

I really than you for assistance and I have been waiting for three days for some guidance.

brgds/captgnvr
Reply to this post


Did you find this post helpful? Yes | No
The Code Cage Advertisment
Advertisement

To stop seeing these ads and get other benefits check This page!
  #4 (permalink)  
Old 29th October 2009, 09:32 PM
Jeff Boyce
Newsgroup Contributor


My Top Tip Count:

 
Posts: n/a
Chats:
Default Re: how to make name table and purchase table join and get data of sales?

------ Register to get rid of these "In Post" ads! ------


If you are saying that you're considering using a lookup data type directly
in the table, stop now! In fact, if you are trying to do this directly in
the tables, stop sooner!!

Access tables may look like spreadsheets but they aren't. Access tables
store data, Access forms display data.

If you haven't already done so, look into how to use forms (and queries) in
Access.

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or psuedocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"captgnvr" <captgnvr.40txx3@thecodecage.com> wrote in message
news:captgnvr.40txx3@thecodecage.com...
>
> D/Jeff
>
> Thanks for the tip. Actually I am stuck with how to make the third
> table using two tables as I have mentioned; one with names and their
> code and the other table with various items and price.
>
> For example I make the third table using names code and products code
> and price, the difficulty is I do not want to put one look up field for
> names and one lookup field for purchase items. If I do so then I have
> to enter each record for a particular person and click items list and
> click one. Instead I want to have it in such a way, the name of the
> person when clicked, to appear all items and its prices and a text field
'Original Source: The Code Cage Forums http://www.thecodecage.com/forumz/access-tables/148846-how-make-name-table-purchase-table-join-get-data-sales.html#post542605
> to enter the quantity and another text field to show the total amount of
> purchase so that I can take a report print out with names and total
> amount for deductions in their wages.
>
> I really than you for assistance and I have been waiting for three days
> for some guidance.
>
> brgds/captgnvr
>
>
> --
> captgnvr
> ------------------------------------------------------------------------
> captgnvr's Profile:
> http://www.thecodecage.com/forumz/me...hp?userid=1072
> View this thread:
> how to make name table and purchase table join and get data of sales?
>



Reply to this post


Did you find this post helpful? Yes | No
  #5 (permalink)  
Old 30th October 2009, 12:44 AM
John W. Vinson
Newsgroup Contributor


My Top Tip Count:

 
Posts: n/a
Chats:
Default Re: how to make name table and purchase table join and get data of sales?

------ Register to get rid of these "In Post" ads! ------


On Thu, 29 Oct 2009 18:04:18 +0000, captgnvr <captgnvr.40txx3@thecodecage.com>
wrote:

>Thanks for the tip. Actually I am stuck with how to make the third
>table using two tables as I have mentioned; one with names and their
>code and the other table with various items and price.
>
>For example I make the third table using names code and products code
>and price, the difficulty is I do not want to put one look up field for
>names and one lookup field for purchase items. If I do so then I have
>to enter each record for a particular person and click items list and
>click one. Instead I want to have it in such a way, the name of the
'Original Source: The Code Cage Forums http://www.thecodecage.com/forumz/access-tables/148846-how-make-name-table-purchase-table-join-get-data-sales.html#post542815
>person when clicked, to appear all items and its prices and a text field
>to enter the quantity and another text field to show the total amount of
>purchase so that I can take a report print out with names and total
>amount for deductions in their wages.


Use a Form based on the names table, with a Subform based on the junction
table. On the subform you can have a combo box selecting the items from the
products table.

See the "Orders" form in the Northwind sample database for an exact analog of
what you're trying to do.
--

John W. Vinson [MVP]
Reply to this post


Did you find this post helpful? Yes | No
  #6 (permalink)  
Old 30th October 2009, 06:48 AM
Junior Member
MS Office Version: MS Office 97
MS Office Skill Level: New to MS Office


My Top Tip Count: 0

 
Join Date: Oct 2009
Location: chennai, india
Posts: 3
Thanks to others: 0
Thanked 0 Times in 0 Posts
Chats: 0
Rep Power: 0
captgnvr is on a distinguished road
India
Default Re: how to make name table and purchase table join and get data of sales?

------ Register to get rid of these "In Post" ads! ------


D/Jeff & John

Thank you for the response. Will stop using the lookup field in the table and will read up 'orders' in Northwind.

When I am making the third table by using name field from name-table and one item field from item-table and price field, it changes the name-field name in table3.
'Original Source: The Code Cage Forums http://www.thecodecage.com/forumz/access-tables/148846-how-make-name-table-purchase-table-join-get-data-sales.html#post542963

Anyhow will study more as suggested and wl get back.

brgds/captgnvr
Reply to this post


Did you find this post helpful? Yes | No
The Code Cage Advertisment
Advertisement

To stop seeing these ads and get other benefits check This page!
Reply

Bookmarks

Tags
data, join, make, purchase, sales, table


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On

Forum Jump

The Code Cage Affilliates


To stop seeing these ads and get other benefits check This page!



All times are GMT +1. The time now is 03:43 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2
No part of this board may be copied or reproduced either in part or full without the express permission of The Code Cage Team.
We are not associated with nor employed by Microsoft in any way, we simply provide resources!
All MS office icons are registered trademarks of the application the represent