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...
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...
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?
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.