PC Review


Reply
Thread Tools Rate Thread

Creating a Data base but having trouble

 
 
=?Utf-8?B?TmlhZ2VyYSBDb2xsZWdlIFN0dWRlbnQ=?=
Guest
Posts: n/a
 
      24th Feb 2006
I am creating a database for a fictional store. I have a total of five
tables, one of which is called order details. I would like to have some ov
the coloms self caculate but my major problem currently is that unit price is
giving faulty prices for my products.

If you can help me for a bit I have MSN and my email address is
(E-Mail Removed)

Thanks for your time
 
Reply With Quote
 
 
 
 
BruceM
Guest
Posts: n/a
 
      24th Feb 2006
How are you calculating the price? For one thing, calculations should be
performed as needed. In most cases you do not store the calculation
results. You can calculate in queries, VBA, or as the control source of
unbound text boxes.

"Niagera College Student" <(E-Mail Removed)>
wrote in message news:3683BC38-C6A8-4DE8-80F5-(E-Mail Removed)...
>I am creating a database for a fictional store. I have a total of five
> tables, one of which is called order details. I would like to have some ov
> the coloms self caculate but my major problem currently is that unit price
> is
> giving faulty prices for my products.
>
> If you can help me for a bit I have MSN and my email address is
> (E-Mail Removed)
>
> Thanks for your time



 
Reply With Quote
 
Rick B
Guest
Posts: n/a
 
      24th Feb 2006
You don't perform calculations in a table. Access does not have that
capability, and it is not a good idea.

You are welcome to tell us SPECIFICALLY what you are trying to accomplish.

BUT... if this is an assignment for your class, then you should find other
resources for this. You should talk to your instructor or classmates. We
have already taken our classes and completed them, we don't want to do your
homework for you.

You can perform searches and find many many previous posts that talk about
the proper way to perform calculations in an Access database. The posts
from these newsgroups are available for a long time out on the web. Google
groups is a great resource to read previous posts.


--
Rick B



"Niagera College Student" <(E-Mail Removed)>
wrote in message news:3683BC38-C6A8-4DE8-80F5-(E-Mail Removed)...
>I am creating a database for a fictional store. I have a total of five
> tables, one of which is called order details. I would like to have some ov
> the coloms self caculate but my major problem currently is that unit price
> is
> giving faulty prices for my products.
>
> If you can help me for a bit I have MSN and my email address is
> (E-Mail Removed)
>
> Thanks for your time



 
Reply With Quote
 
=?Utf-8?B?TmlhZ2VyYSBDb2xsZWdlIFN0dWRlbnQ=?=
Guest
Posts: n/a
 
      24th Feb 2006
Here is an idea of what I want to do, in the order details table there are
several heading including ( product) a pull down list ( quantity ) (unit
price) (total price)

I want to be able to select a product and have its corresponding price
appear in the price column, similarly I want to b e able to in put a quantity
and have the total price appear which would be (quantity) X (unit price)

This is part of a school project and what I am proposing to do is beyond my
teachers ability, I am also using Roger Jennings MS Access 2000 as itis the
latest material my school has on Access.

Any advise or direction would be well recived, thanks again.

Trevor Banu


"BruceM" wrote:

> How are you calculating the price? For one thing, calculations should be
> performed as needed. In most cases you do not store the calculation
> results. You can calculate in queries, VBA, or as the control source of
> unbound text boxes.
>
> "Niagera College Student" <(E-Mail Removed)>
> wrote in message news:3683BC38-C6A8-4DE8-80F5-(E-Mail Removed)...
> >I am creating a database for a fictional store. I have a total of five
> > tables, one of which is called order details. I would like to have some ov
> > the coloms self caculate but my major problem currently is that unit price
> > is
> > giving faulty prices for my products.
> >
> > If you can help me for a bit I have MSN and my email address is
> > (E-Mail Removed)
> >
> > Thanks for your time

>
>
>

 
Reply With Quote
 
=?Utf-8?B?U2FpbG9ybWlrZQ==?=
Guest
Posts: n/a
 
      24th Feb 2006
Check out the Northwind.mdb example that came with Access. It has exactly
this function, not done in the table, which sounds like the basic problem
here. If u r a SS user remember Access is a database. It is not Excel with
funny menus.
--
SailorMike


"Niagera College Student" wrote:

> Here is an idea of what I want to do, in the order details table there are
> several heading including ( product) a pull down list ( quantity ) (unit
> price) (total price)
>
> I want to be able to select a product and have its corresponding price
> appear in the price column, similarly I want to b e able to in put a quantity
> and have the total price appear which would be (quantity) X (unit price)
>
> This is part of a school project and what I am proposing to do is beyond my
> teachers ability, I am also using Roger Jennings MS Access 2000 as itis the
> latest material my school has on Access.
>
> Any advise or direction would be well recived, thanks again.
>
> Trevor Banu
>
>
> "BruceM" wrote:
>
> > How are you calculating the price? For one thing, calculations should be
> > performed as needed. In most cases you do not store the calculation
> > results. You can calculate in queries, VBA, or as the control source of
> > unbound text boxes.
> >
> > "Niagera College Student" <(E-Mail Removed)>
> > wrote in message news:3683BC38-C6A8-4DE8-80F5-(E-Mail Removed)...
> > >I am creating a database for a fictional store. I have a total of five
> > > tables, one of which is called order details. I would like to have some ov
> > > the coloms self caculate but my major problem currently is that unit price
> > > is
> > > giving faulty prices for my products.
> > >
> > > If you can help me for a bit I have MSN and my email address is
> > > (E-Mail Removed)
> > >
> > > Thanks for your time

> >
> >
> >

 
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
Creating a data base SOS Excel Microsoft Access Database Table Design 1 17th Apr 2008 07:33 AM
Trouble using Works data base in Word mail merge? =?Utf-8?B?am9obg==?= Microsoft Word Document Management 4 30th Jun 2006 06:01 AM
Data Base trouble =?Utf-8?B?TU0=?= Microsoft Dot NET Framework 1 24th Oct 2005 04:01 AM
Trouble with web page tied to a data base -- Need suggestions =?Utf-8?B?aG9sbGVyZw==?= Windows XP Internet Explorer 1 22nd Jul 2005 06:40 PM
Creating a data base w/XP =?Utf-8?B?UXVpbmV0dGE=?= Windows XP Basics 5 21st Mar 2005 11:03 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:37 PM.