Click here to Skip to main content
15,921,174 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: urgent help with treeview control Pin
Christian Graus9-Aug-05 16:03
protectorChristian Graus9-Aug-05 16:03 
GeneralRe: urgent help with treeview control Pin
BORN...again!9-Aug-05 16:12
BORN...again!9-Aug-05 16:12 
GeneralRe: urgent help with treeview control Pin
Christian Graus9-Aug-05 16:27
protectorChristian Graus9-Aug-05 16:27 
GeneralRe: urgent help with treeview control Pin
BORN...again!9-Aug-05 16:41
BORN...again!9-Aug-05 16:41 
GeneralRe: urgent help with treeview control Pin
Christian Graus9-Aug-05 17:05
protectorChristian Graus9-Aug-05 17:05 
GeneralRe: urgent help with treeview control Pin
BORN...again!9-Aug-05 18:28
BORN...again!9-Aug-05 18:28 
GeneralRe: urgent help with treeview control Pin
Christian Graus9-Aug-05 18:32
protectorChristian Graus9-Aug-05 18:32 
GeneralNeed help!!!!! Pin
DesertWrangler9-Aug-05 13:18
DesertWrangler9-Aug-05 13:18 
I am completely frustrated… Trying to help a friend.

Here is what I have been trying to do.. I am a noob at visual studio.

I am setting up an inventory database using VB as the front end. I have setup an accounts table, product table. These I can view edit, delete, and ad records to fine.

I am trying to make an invoice. I have set up the following tables:

tblInvoice
InvoiceNum Primary Key
AccountNum Foreign Key For Accounts table
Date
Total Total cost of items

tblInvDetails
Invoice Number Foreign Key from tblinvoice
QtyOrdered Number of Items ordered
Item description From Product table
Item price From Product Table
Total Cost QtyOrdered * Item Price

So far I have a form that I can get Account information filled in from accounts, date Picker, item selector, invoice number.



I can pick an item select quantity click a view button to view the following in textbox:
Invoice Num QtyOrdered Product Item Price total item cost



All is well with that here is where the problem comes. I want to create a button to add items to tblInvDetails.

Once I figure this out I will work on totaling the Total items cost and, updating the Tblinvoice info and printing an invoice.

I can not get past this until I figure out the update.

Please help…

GeneralRe: Need help!!!!! Pin
Christian Graus9-Aug-05 14:47
protectorChristian Graus9-Aug-05 14:47 
GeneralRe: Need help!!!!! Pin
DesertWrangler10-Aug-05 10:16
DesertWrangler10-Aug-05 10:16 
GeneralRe: Need help!!!!! Pin
Christian Graus10-Aug-05 10:29
protectorChristian Graus10-Aug-05 10:29 
GeneralRe: Need help!!!!! Pin
DesertWrangler10-Aug-05 10:43
DesertWrangler10-Aug-05 10:43 
GeneralRe: Need help!!!!! Pin
Christian Graus10-Aug-05 11:17
protectorChristian Graus10-Aug-05 11:17 
GeneralRe: Need help!!!!! Pin
dptalt11-Aug-05 5:34
dptalt11-Aug-05 5:34 
Generalscreen size conversion Pin
utservoalius9-Aug-05 13:13
utservoalius9-Aug-05 13:13 
Generalorder by clause in XML Pin
Rizwan Bashir9-Aug-05 10:11
Rizwan Bashir9-Aug-05 10:11 
GeneralGot it Pin
Rizwan Bashir9-Aug-05 10:21
Rizwan Bashir9-Aug-05 10:21 
QuestionHow to modify or extract files from existing MFC application Pin
Zain suri9-Aug-05 10:00
Zain suri9-Aug-05 10:00 
AnswerRe: How to modify or extract files from existing MFC application Pin
Christian Graus9-Aug-05 13:48
protectorChristian Graus9-Aug-05 13:48 
GeneralSending and catching strings from a DLL Pin
Swim-13nrv9-Aug-05 4:30
Swim-13nrv9-Aug-05 4:30 
GeneralRe: Sending and catching strings from a DLL Pin
Dave Kreskowiak9-Aug-05 5:11
mveDave Kreskowiak9-Aug-05 5:11 
GeneralRe: Sending and catching strings from a DLL Pin
Swim-13nrv9-Aug-05 22:11
Swim-13nrv9-Aug-05 22:11 
GeneralRe: Sending and catching strings from a DLL Pin
thealca9-Aug-05 13:54
thealca9-Aug-05 13:54 
GeneralRe: Sending and catching strings from a DLL Pin
Swim-13nrv9-Aug-05 22:15
Swim-13nrv9-Aug-05 22:15 
GeneralLegal to use Microsoft icons in application Pin
bomstrong9-Aug-05 2:42
bomstrong9-Aug-05 2:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.