Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: THEJOESTER
  • Content: Threads
  • Order by date
  1. THEJOESTER

    Having a textbox with calculations be entered into table

    Hi I am building a reservations program with ticket sales. I have fields such as "adults", "seniors", children. These are also textboxes on a single form. Right next to these I have a textbox for each of them that shows the result of the textboxes times by the price. Then to add all the prices...
  2. THEJOESTER

    Default Value Problem

    Hi, I am creating a form and I need it so when you leave a field, it automatically puts a zero in there. I have tried to do this with properties of the textbox "Default Value is 0" I have also put the default value to 0 in the table but when I leave the textbox blank it's just blank, A zero does...
  3. THEJOESTER

    Rounding date to next hour

    Hi, this database that I am making is for a train station that has runs on the hour. What I want is the code to make the current time (Time()) to be rounded to the next hour. Example: the time is 9:04, I need it to be rounded to 10:00. I need this so I can use it in queries so I dont have to...
  4. THEJOESTER

    Rounding the current time to next hour PLEASE HELP

    Hi, this database that I am making is for a train station that has runs on the hour. What I want is the code to make the current time (Time()) to be rounded to the next hour. Example: the time is 9:04, I need it to be rounded to 10:00. I need this so I can use it in queries so I dont have to...
  5. THEJOESTER

    Adding up Yes values PLEASE HELP

    Hi, is there any way i can add up the yes values in a table and view them in a textbox/label in a form. For example, My table contains the field for reservations. The values are yes/no, but on the same form that I am making the reservations, I need to know how many reservations there are. so I...
  6. THEJOESTER

    Program w/reservations, HOW TO SEARCH NAMES W/RESERVATIONS

    Hi, I am building just a single database for every person that rides on a railroad. I set my form up to be two tabs "Selling Tickets" and "Making Reservations". In reallity these are going to be similar forms but what i need to be able to do is have the reservation form input people making...
  7. THEJOESTER

    Is it possible to add a small calendar for choosing dates?

    Hi Im am wondering if there is anyway to make a tiny calendar on a from so you can just click on a day and it will enter the date for the reservation? Is this possible?
  8. THEJOESTER

    Printing Tickets with a button on a form. PLEASE HELP

    Hi I hope someone can help me with this. I need to be able to print tickets when i enter information into the form. I want to be able to print selected information from the form on the tickets. For example: if a group purchases 3 adults and 2 children for the 10:00 train i need 5 tickets to...
  9. THEJOESTER

    Counting up totals in database from a text box PLEASE HELP

    I am writing a database for ticket sales. My form has a senior, adult, children text box to enter how many of each are getting tickets. The only thing is a i need a text box that will tell me on each record how many tickets i have sold. Can you please help me. The columns in the table are named...

Part and Inventory Search

Back
Top