Recent content by jman_66

  1. J

    Calculating Holidays

    I am adding to an existing DB. Made the following expression in one field to calculate the date used from another field: =DateSerial(Year([DATE RROF RECEIVED BY HUD]), Month([DATE RROF RECEIVED BY HUD]), Day([DATE RROF RECEIVED BY HUD])+17) Any suggestions how I could get this same field to...
  2. J

    Create a scheduler in Access

    I am trying to create a simple conference room scheduler in access. I have tried numerous code and to no prevail. If anyone has any ideas that could help it would be much appreciated. I don't want the end users to be able to double book a conference room. Thanks:confused:
  3. J

    Message Box (help please)

    I need a message box to pop after every 10 entries in a particular field. The problem is the 10 entries could span over several days. The system will be shut down and restarted. But I still need the system to count the update of this particular field 10 times and then show the message box...
  4. J

    Pop Up Box

    I need a pop up box to come up after every tenth input into a field??
  5. J

    Updating one field with 90% value of other field one record at a time

    I need to update one field with 90% of the value from another field. I tried using a update query but that updates all records. I want to update a record at a time. This is so the user has the option of not doing the 90% update on particular records.
Back
Top Bottom