Recent content by benwo

  1. B

    Show query Result on a form

    Thanks, thats almost there. That basically displays the result of the last time the query run. Idealy I would like it to update automatically, do you know if thats possible?
  2. B

    Show query Result on a form

    Hi Does anyone know if it's possible to show the results of a query on a form? I have 4 people entering various "outcomes" into a table. There are a possible 8 different outcomes and the one i'm interested in is the "completed" outcome. I would like to be able to show on the form used to enter...
  3. B

    Parameter Query using various search methods

    perfect, thank you!!!
  4. B

    Parameter Query using various search methods

    Hi I have a table in sql holding telephone data. the starttime column and endtime column are both in "10/05/2006 12:55:56" format. I want to run a parameter query that lets me search by agent name and then by date. The agent name is no problem but when running parameter query by date it brings...
  5. B

    Select Query

    Hi I have a simple select query that pulls data from a table in a sql db. the query shows all records for "agent1". if agent1 has made numerous entrys it shows all of them how can i get it to just show the total of all entries? i've tried selecting the sum option in query design but it says...
  6. B

    Date and Time Query in SQL

    Hi I want to be able to run a query within access that lets me chose "agent" and a specific date or a range of dates. I have a table with "starttime", "endtime", "agent", "phonenumb" and a datediff calculation that calculates the diff between "starttime" and "endtime" the "starttime" and...
  7. B

    Date and Time Query in SQL

    Hi I have a table with "starttime", "endtime", "agent", "phonenumb" and a datediff calculation that calculates the diff between "starttime" and "endtime" the "starttime" and "endtime" columns are in "10/05/2006 12:57:55" format, i.e. the column holds both the date and time The data is stored...
  8. B

    Date Time Query no pulling correct dates!!

    Hi I have a table with "starttime", "endtime", "agent", "phonenumb" and a datediff calculation that calculates the diff between "starttime" and "endtime" the "starttime" and "endtime" columns are in "10/05/2006 12:57:55" format, i.e. the column holds both the date and time The data is stored...
  9. B

    web page instead of form

    Hi Does anyone know a basic and quick way to write to a table in a database using a web page instead of a form? the webpage is stored locally as is the database Thanks Ben
  10. B

    Time Calculation

    idealy i would like to store the total duration in another column and have just automatically calculate when the data is added, do you know if this is possible?
  11. B

    Time Calculation

    Hi I've got a table that stores information from my telephone system. there are a couple of columns that contain times of when a call started and when it finished. the format is 17:11:30 for both the start and end times. i have added another column and in here i want to have the call duration...
  12. B

    Logging Usernames

    thats works perfectly, thank you!!
  13. B

    Logging Usernames

    Hi I have a database which uses the auto dial function. when someone hits the dial button the date and time of that "click" is logged in a table and basically shows when the record was called. does anyone know of a way to log the username (i.e. windows login) of the person who is logged into...
  14. B

    Mandatory Field

    i've tried that but it still lets me move on to the next field!
  15. B

    Mandatory Field

    Hi I have a form where data is entered and outcomes are entered. Any ideas how i can make the outcome field mandatory before someone moves on to the next record? Thanks Ben
Back
Top Bottom