Search results

  1. S

    Different time formats in the same column

    thank you!!! I knew it had to be something simple!!!
  2. S

    Different time formats in the same column

    I have 2 tables. One is the scheduled time for our associates to take breaks and one is the actual time they took breaks. I have to find a way to compare the 2 tables to find out who tooks unscheduled breaks. Because the raw data comes from 2 different places and systems and are completely...
  3. S

    Different time formats in the same column

    I have a query that is drawing info from a union query. There is a time column that is bringing over time in long form (ex 10/17/2013 4:00:00 pm) and just the time (4:00:00 pm). This actually works for me b/c it lets me see which table each piece of data came from but I need a helper column w/ a...
  4. S

    Comparing Data in 2 Tables or Queries

    I have 2 tables in my database. One is a predicted table that gives the predictions for staffing, etc. The 2nd table shows the actual results. I've created a "Before" query and an "After Query" showing me only the fields that I need to see compared. Now I can't figure out how to find...
  5. S

    Want to show only 1 record in report

    I have a report with 3 fields in it. I have made the control source for each field an average of the #'s in the field of the query. I only want it to show 1 record but can't seem to figure out how. I've already listed the cycle option to current record, but it still shows the 3 fields repeating...
  6. S

    Finding Names that appear more than once in a table

    Here is a sample... I need a query that will return anyone with a rating of 2 or below in May AND June instead of May or June...
  7. S

    Finding Names that appear more than once in a table

    I have a table with associate names and rankings for each month. I need some way to find out which associates appear in 2 consecutive months with a certain rating. I have a query that will allow you to key in which month you want to look at, but I can't figure out how to write the query to...
  8. S

    DateAdd Function doesn't work in 2010?

    I've been trying to have it show in my table when all along I should have just been creating a query and then running the report from the query...such an easy fix... guess I'm showing how new at this I am... Thanks for the help!
  9. S

    DateAdd Function doesn't work in 2010?

    Everytime I enter in the dateadd("m",1,[date_ mplemented])) formula for the calculated field I get an error that says " The expression dateadd("m",1,[date_ mplemented])) cannot be used in a calculated column...???
  10. S

    DateAdd Function doesn't work in 2010?

    I'm attempting to use it for a calculated field in my main table...
  11. S

    DateAdd Function doesn't work in 2010?

    it's not the 2/31 that isn't working... its that when I attempt to put in dateadd, it doesn't show as a valid funtion in 2010 acess... maybe I'm entering it in incorrectly... The field I'm basing it on is a date field called "date_implemented". I need a formula for a calculated field that will...
  12. S

    DateAdd Function doesn't work in 2010?

    I'm trying to produce a calculated field in my table that will calculate the next month (same day) as another field in my table and cannot find the function to produce this result... the dateadd function doesn't seem to work in 2010 access and I'm stuck!!! Help please?? Oh, and in the event...
  13. S

    Question Multiple Users

    Forgive me if this is an ignorant question, but if I haven't split the database, and the users all go to the same file location to open it, how would someone connect to the wrong BE?
  14. S

    Question Multiple Users

    Got it! Thanks!!
  15. S

    Question Multiple Users

    Sorry... the option of making it a single user so that only 1 person can be in it at a time. :)
  16. S

    Question Multiple Users

    I'm new to Access... but that's exactly what I want!! How do I do that??
  17. S

    Question Multiple Users

    Of course... I have a database that multiple users will be using (entering in data on forms, running reports, etc) occasionally at the same time. It seems that if more than 1 person is using the data base the data being entered, is not saving. My manager has requested that when a user opens the...
  18. S

    Question Multiple Users

    How can I make a warning pop up when a user tries to access a database that another user is already in??
  19. S

    Making some fields visible and others not...

    I've got a report with multiple date fields. I only want the fields that have todays date in them to be visible but with the code I've written, all of the data in the field disappears even if it does have today's date... here's an example of the code I'm using Private Sub Report_Load() If [Week...
  20. S

    Send Automatic Emails Based on Date

    Ok... so it won't allow me to attach the Db... guess it's too big. Any ideas or help to having the auto email go out to the specific email address when todays date = the date in a field in the table would be great!!:banghead:
Back
Top Bottom