473,396 Members | 1,767 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

A2000 Auction database - need help

Hi, all,

I'm helping a friend with an auction database, and am stuck on this. Any
thoughts/suggestions would be appreciated!

Two tables - first is a table of Participants, with name, address, etc.,
including an ID number. Second table is a table of items, including
description, price, buyer #, seller #, etc. The buyer # and seller #
correspond to the ID number in the participant table. And participants can
be both buyers and sellers in the auction, or they may be only one or the
other.

What we want to do is produce a report when the participant checks out
showing items purchased, items sold, the amounts of each, and the net owed
the participant or net due from the particpant, depending on whether or not
he sold more than he purchased.

Any thoughts?

TIA

Matt
Nov 13 '05 #1
2 1423
Matt Furze wrote:
What we want to do is produce a report when the participant checks out
showing items purchased, items sold, the amounts of each, and the net owed
the participant or net due from the particpant, depending on whether or not
he sold more than he purchased.

Any thoughts?


The general line of thought here might be:

* create a query that contains all information you want in the report,
but don't do grouping, sorting or totalling here (unless the resulting
group or total is a unit piece for the report). Create a report on this
query and group/order/total accordingly.
Nov 13 '05 #2
Matt,
A table is missing. You need a third table to tie things together. In that
table is going to be:
BUYER | SELLER | ITEM, and anything else relavent to the sale. Your items
table needs to just have the attributes of the item and not things like
buyer, seller, etc.
Now for a turn to my favorite subject, data warehouse design. You have an
Item dimension, a Participant dimension, an Event dimension (bid, end of
auction, sale, payment made, etc.), a Time dimension and probably some
others that escape me at the moment (Geography?). Your measured fact(s) are
sale price, fees, number of bids . . . dunno what you need. So that's four
tables with the fact table at the center.
If it's too late to change the schema then I'd do the first option and split
my item table into two--piece one would be item information and piece two
would be sale information like I describe above.

"Matt Furze" <ma*******@cox.net> wrote in message
news:plbjd.89111$bk1.25078@fed1read05...
Hi, all,

I'm helping a friend with an auction database, and am stuck on this. Any
thoughts/suggestions would be appreciated!

Two tables - first is a table of Participants, with name, address, etc.,
including an ID number. Second table is a table of items, including
description, price, buyer #, seller #, etc. The buyer # and seller #
correspond to the ID number in the participant table. And participants
can be both buyers and sellers in the auction, or they may be only one or
the other.

What we want to do is produce a report when the participant checks out
showing items purchased, items sold, the amounts of each, and the net owed
the participant or net due from the particpant, depending on whether or
not he sold more than he purchased.

Any thoughts?

TIA

Matt

Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Auction software | last post by:
Free download full version , all products http://netauction8.url4life.com/ Groupawy --------------- Google Groups Email spider. The first email spider for google groups. Millions of valid...
0
by: Auction software | last post by:
Free download full version , all products from Mewsoft dot com http://netauction8.url4life.com/ Groupawy --------------- Google Groups Email spider. The first email spider for google groups....
1
by: Davef | last post by:
I have to make a Auction progam for a client. Does anyone know some free basic code to one to get me started? -- ______________________ David Fetrow HelixPoint LLC....
0
by: Ravi | last post by:
Hi, I am currently working on a web auctioning project using .NET technologies as part of my University dissertation. I have gathered a fair amount of information through my research on the...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.