Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need some help..... If you have one or several invoices, and you
want to keep track of detail, like cust. name, amount, taxes. etc. creating a Data Base... How you can create it and how I can access, means, writing everytime an invoice is enter in excel. Thanks for you help |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() -----Original Message----- I need some help..... If you have one or several invoices, and you want to keep track of detail, like cust. name, amount, taxes. etc. creating a Data Base... How you can create it and how I can access, means, writing everytime an invoice is enter in excel. Thanks for you help . Probably best (but requires VBA skills): Create a Userform that has the necessary input fields for your invoices. When user clicks button ("Save Invoice") run code that transfers the data to a list on your worksheet. Even better if your code does some data consistency checking, too. Instead of a userform you could also use one worksheet as an input sheet, using the Control Toolbox to create macro buttons to do the transfer of the data. Without VBA skills, you could set up your list on a worksheet and use the built-in form feature ("Data" menu, select "Form..."). Not as user-friendly or customizable, though. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
the get data buttons are grayed out and i canot inort a data base | Excel Worksheet Functions | |||
Data Base | Excel Discussion (Misc queries) | |||
update a Pivot Table with new data added to the base data | Excel Discussion (Misc queries) | |||
how do I print data in a spreadsheet data base to a mailing lable. | Excel Discussion (Misc queries) | |||
how do I print data in a spreadsheet data base to a mailing lable. | Excel Discussion (Misc queries) |