Invoice form (invoice master + invouice detail) using dao

kamii47

New member
Local time
Today, 21:48
Joined
Jan 18, 2006
Messages
6
I have to add an invoice how can I do it.
Desgn of the ms access form is


Date (suggest me)
ShipMode (option button)
Buyer (combo)
Supplier (combo)
Indentor (combo)

Product UnitPrice UnitOfMeasurement Quantity
(combo) (textbox) (combo) (textbox) (btnaddrow) (btndeleterow)



(btnAddInvoice) (btnCancel)


Please suggest me how to do it.Any code or sample like this.
I don't know how to add new row of product e.t.c.
Please help me as I have never done any programming in ms access before
(Done most of web development,asp.net,jsp,coldfusion)
 
is invoice detail a subform. If so change its view to datasheet.

Have a look at the northwind sample db.

Hope this helps.

Ash
 

Users who are viewing this thread

Back
Top Bottom