generate form from excel data

  • Thread starter Thread starter frode
  • Start date Start date
F

frode

Hi guys, my first post here. I'm somewhat familiar with programming.

My problem is (maybe I'm just silly) that I want to generate a for
with the data from an excel row. I'm just making the simplest o
order-handling systems. We get orders in by mail/phone/fax etc, fill i
the appropriate lines in an excel sheet, and the I'd like to be able t
print out a very simple invoice from this, preferably by using a butto
in the last column, or better by checking the lines I want for th
invoice and then generating it. The invoice is quite basic, currently
word document, and it's no problem if we need to restructure this.

Any ideas about how to do this?

Best regard
 
I would go the route of creating an Access database. The input form would
have the cells for information and a report could be created in Invoice
design.

More importantly, with the database constructed relationally, all activity
for each customer would be easily seen together.

If you want to go this route and are not familiar with building a database,
email me the names of the fields to be populated and I will put together
something to see if you can make use of it.
 
I did consider this, and started in excel to keep it simple and quick
It might only be used for a week or two. But as you obviously conclude
(I should have too), a quick access base is probably better. I've got i
covered, but thanks for the offer, very helpful. :
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top