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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Focusfocs

  1. Focusfocs

    Data Entry Tabular form trouble

    error solved. There was a glitch with the key
  2. Focusfocs

    Data Entry Tabular form trouble

    Hi, I created a form for use with data entry. It is in Tabular format. Is it possible to create the form in tabular mode that allows for data entry? The problem I am having now is that when a user is trying to enter data and tab from one field to the next, the cursor moves from the record that...
  3. Focusfocs

    Multiplying time in Access?

    My apologies. I have a database that captures data in a field named "TripTime". This field is in Short time format and has hours and minutes stored in it. It represents the time it takes to complete a trip. We now would like this field to be doubled...as for a round trip. Multiplying this value...
  4. Focusfocs

    Multiplying time in Access?

    Hi, I have a db with the requirement of having to multiply time...can this be done via an Access query without too much hassle?
  5. Focusfocs

    Can you execute a query from witin a query...

    :) Stuck due to specialised software that didn't tab over to the next tab... Thanks...what you said made me dig further...and voila!
  6. Focusfocs

    Can you execute a query from witin a query...

    Hi again... This should be an easy one. How do you execute a query from inside another query using the GUI of Design View?
  7. Focusfocs

    How do I create a numeric field from a text field....??

    That was exactly what I needed, thank you so much.
  8. Focusfocs

    How do I create a numeric field from a text field....??

    Hello All, I have a question about breaking a number out of a text string and then running a sum of that number. I know how to break out the numeric data, but I'm uncertain how to run a calc on it as it is still in a datatype of text. Can you help?
  9. Focusfocs

    Select Distinct? Counts??? Help please

    I FOUND IT!!! thread703-1178919 Thank you all for your time!
  10. Focusfocs

    Select Distinct? Counts??? Help please

    YES! :) Can it be done??
  11. Focusfocs

    Select Distinct? Counts??? Help please

    I want to count individual volunteers and have it as a total at the footer of a report. When I try to count the ID it gives me every ID that appears. Thank you again...
  12. Focusfocs

    Select Distinct? Counts??? Help please

    How would I implement that into this:? SELECT Volunteers.FirstName, Volunteers.LastName, [LastName] & " " & [FirstName] AS FullName, Volunteers.Region, VolunteerTransactions.Event, VolunteerTransactions.Hours, VolunteerTransactions.Date, VolunteerTransactions.ID FROM Volunteers INNER JOIN...
  13. Focusfocs

    Select Distinct? Counts??? Help please

    Hello, I am trying to create a report which lists volunteers and their transactions across a speicified date range. My goal is to provide a sum of all volunteers during that timeframe. I have tried Count(ID) but it counts every transaction. I need a way to count DISTINCT folks...evidently...

Part and Inventory Search

Back
Top