#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 29
Default data base

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 131
Default data base


-----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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
the get data buttons are grayed out and i canot inort a data base QUIDO Excel Worksheet Functions 1 October 31st 08 11:55 AM
Data Base orquidea Excel Discussion (Misc queries) 8 November 16th 07 08:38 PM
update a Pivot Table with new data added to the base data Graham Y Excel Discussion (Misc queries) 1 March 19th 07 02:12 PM
how do I print data in a spreadsheet data base to a mailing lable. Kevin Jamieson Excel Discussion (Misc queries) 0 March 15th 05 10:57 PM
how do I print data in a spreadsheet data base to a mailing lable. Database Excel Discussion (Misc queries) 0 March 15th 05 10:57 PM


All times are GMT +1. The time now is 02:33 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"