Ticket ordering system (1 Viewer)

ToonvK

New member
Local time
Today, 19:59
Joined
Apr 17, 2024
Messages
2
I have a website on which people can order tickets. This results in a csv file I can import into MS Access.

I've got the following fields:
Name, address, etc. and of course how many tickets are required and I will give them a unique order number..

But now I need a way to add records in an existing separate ticket table in order to be able to print the tickets and later keep score how many "tickets" have been attending.

So the input is this in a table:

Ordernr NameAddressTicket total
ORD240015John DoeGraveyardlane 16



After the query or whatever the result will be:
OrdernumberTicket numberTicket totalUnique ticketnumber
ORD240015 1649
ORD2400152650
ORD2400153651
ORD2400154652
ORD2400155653
ORD2400156654


Already processed orders do not need to be processed if ordernumber exist in tickets table.

Who can help me?
 
Last edited:

Gasman

Enthusiastic Amateur
Local time
Today, 18:59
Joined
Sep 21, 2011
Messages
14,336
Please do not crosspost, especially on the same site.
Why is the other thread marked solved?
 

ToonvK

New member
Local time
Today, 19:59
Joined
Apr 17, 2024
Messages
2
Hi Gasman,

When I submitted the first one I saw it would have been better to make use of tables.

So I wanted to change that.

Then I saw that the origional screen was still open, so I altered it, wanted to save it but couldn’t, so I pressed submit, inadvertently submitting a new tread.

Now to be sure I only get answers to the right thread, I stated it solved.

But if you are able to kill the solved post, please do so, because that’s what I wanted.

My excuses for the inconvenience.

ToonvK
 

Gasman

Enthusiastic Amateur
Local time
Today, 18:59
Joined
Sep 21, 2011
Messages
14,336
For the future, there should be delete option visible.
 

The_Doc_Man

Immoderate Moderator
Staff member
Local time
Today, 12:59
Joined
Feb 28, 2001
Messages
27,207
I will remove the "Solved" case for you. Moderators can do that.
 

Users who are viewing this thread

Top Bottom