Search results

  1. iamratman

    Getting current time into field with click of button.

    I have been playing with the sample DB alastair69 donated in the sample db section of the site. "The nice timer function". If you don’t start the timer right away you don’t have the correct time. I haven’t figured out how to add a reset type of button to display the most current time in the...
  2. iamratman

    Random Number generator for customer drawing.

    My company does daily, weekly, and monthly drawings using mountains of entry tickets and a barrel that has seen better days. So needless to say this system has to go. I hope to be able to do it digitally. I would like to do a random number generator to pick the winners based off of a ticket...
  3. iamratman

    data entry - Auto fill data for exisitng accounts in records

    First I would like to give thanks to all the knowledgeable folks here who have helped me with my DB to date. It is working and every one is very happy and I have learned a lot. So now I would like to add some more functionality to this existing project. My DB is for data input of customers...
  4. iamratman

    2 users adding records at the same time?

    Is it possible to have 2 or more users adding records into the same table at the same time? They would not be editing, only data entry. I am wondering if this would cause a problem for the auto numbering for the ID field.
  5. iamratman

    limiting number of times users can add the same account per day

    During a promotion we are running the customers are only allowed 3 entries into the system per day but the users are occasionally putting some customers in more than that. I could use some kind of function that limits the number of times the account number can be put in on a given date. (Or...
  6. iamratman

    limiting number of times users can add the same account per day

    During a promotion we are running the customers are only allowed 3 entries into the system per day but the users are occasionally putting some customers in more than that. I could use some kind of function that limits the number of times the account number can be put in on a given date. (Or...
  7. iamratman

    Entering data twice for verification

    I have a db with the following fields: ID, Customer first name, customer last name, account number, date, time, score1, score 2. My problem is this: We are running a promotion in which the customers receive a score. This score must be entered correctly as we are highly regulated, however the...
Top Bottom