computermat
Active member
- Joined
- Jun 17, 2007
- Messages
- 28
- Programming Experience
- Beginner
(Did not know where to post this)
Hi, I am currently writing a booking system where a user will enter customer details, these will be stored in a database and a receipt will be printed to give to the customer to confirm the booking.
The printouts I need to produce will contain data from an active form and data from a database. How would I make a printable document that contains form fields like text from textboxes. If I cannot do this I have thought about saving the data to the database then printing it and using a lookup style document. Example, reads a customer number from the active form then looks this up on a database to return the data required for printing.
I have put an image below showing what functions I will want to use. Between the < > will be data from the active form and between ( ) will be from a database.
Hi, I am currently writing a booking system where a user will enter customer details, these will be stored in a database and a receipt will be printed to give to the customer to confirm the booking.
The printouts I need to produce will contain data from an active form and data from a database. How would I make a printable document that contains form fields like text from textboxes. If I cannot do this I have thought about saving the data to the database then printing it and using a lookup style document. Example, reads a customer number from the active form then looks this up on a database to return the data required for printing.
I have put an image below showing what functions I will want to use. Between the < > will be data from the active form and between ( ) will be from a database.
