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)...
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)...
I am totally new to ms access form development.
I have to construct a form with a text box a command button and listbox.
listbox contains the list of items.I have populated the list box with the items in the tables.Now on the same page I have to add new item via text box and when click command...