473,398 Members | 2,188 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,398 software developers and data experts.

A very simple Newbie Question, Access or VB?

I'm 3/4 finished 2 simple VB apps for a upcoming silent auction being held at my children's school.

Very Simple - This is what it does:

1st app allows input and builds a text database

Unit ID (Done before Auction)
Unit Description (Done before Auction)
Unit Donor (Done before Auction)
Unit Value (Done before Auction)
Unit Purchaser #
Unit Winning Bid

2nd app (cashier)

Lets cashier query text file for Purchaser # and prints out a nice sheet with school logo and all the items he/she has purchased and totals.

The auction is run in "rounds" and as results are finished I sneaker-net the new text file over to the cashier table and update it.

I'm almost finished the VB but I started thinking that this may be a simple access database query-report. I took a access 2003 course 2 years ago so I'm back to a newbie.

If anyone can point me to some tutorials involving the same basics I would very much appreciate it. I've been playing with the query and report functions with 3 5lb books in front of me but... If its much easier just in VB alone than I can finish what I have also but access would be a much nicer looking app...

Thank you for your time.
Oct 23 '07 #1
1 1201
nico5038
3,080 Expert 2GB
In Access this would require three tables:

tblUnit
UnitID (*)
UnitDescription
UnitDonor
UnitValue

tblPurchaser
UnitPurchaser # (*)
PurchaserName
PurchaserAddress

tblUnitPurchaser
UnitID (*)
Purchaser # (*)
WinningBid

The (*) indicates the field(s) making the unique identifier.

Having these tables will allow you to produce the Units per Purchaser by JOINing the tables.

Getting the idea ?

Nic;o)
Oct 24 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: hoover_richard | last post by:
I am a newbie to C++ and I need help with a simple program I am trying to write. My program is designed to print all of the odd integers contained in an array and output the sum of the odd...
1
by: Philip | last post by:
Hey everyone, I've got a real newbie question and I'll try to make some sense as I explain it. I've got a three tables for simplification. SCREENS (screens names) CONTROLS (control names)...
9
by: Steven C. | last post by:
Hello: I'm getting an error, "primary key not defined" when trying to use the FIND method on the DataTable Rows collection. I have a typed dataset called 'MortgagesDS' that I created with the...
1
by: shenhaipeng | last post by:
Guys: An ACCESS-newbie is knocking the door ... I am wondering whether it is possible to run a simple SQL code to add an autonumber field from within a Make-Table query. Right now I am...
0
by: westcoast1965 | last post by:
This is a newbie question, but I've created a few apps in Visual studio 2000 and .NET version 1.1.... When I start a new web page and drag a data grid onto the form and try to configure the...
7
by: Materialised | last post by:
Hi Folks, Just a quickie, I am inserting some records (individually) into a SQL Server Table. I am wondering how can I detect primary key violations on this data which I am inserting into the...
27
by: Paulo da Silva | last post by:
Hi! I was told in this NG that string is obsolet. I should use str methods. So, how do I join a list of strings delimited by a given char, let's say ','? Old way:
2
by: Peter Webb | last post by:
Sorry, stupid newbie question. I have VS2008, and I downloaded and installed the DirectX SDK. I want to access the DirectX classes from C#, but I can't see how to make C# aware of them. ...
3
Lokean
by: Lokean | last post by:
Sorry for this newbie question, this is not my realm of expertese. I have searched google, tried several applications that claim they can do this, such as Mapforce, which I found confusing, to...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.