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

Search results for query: *

  • Users: Remdul
  • Content: Threads
  • Order by date
  1. Remdul

    Attempting to ease users repetative use of database.

    I have a database that counts a number of events between a certain set of dates. The code looks something like.. SELECT Sum([ACO Report].[Board Fee $]) AS [Boarding Fee $] FROM [ACO Report] WHERE (([ACO Report].[Date of Pickup]) Between [First Date:] And [Second Date:]); There are 20+ queries...
  2. Remdul

    Access Database disappearing...? Confused as to what may be wrong.

    Hrm, this is going to be a hard problem for me to explain. I havce a MSA Database I have been working on for 60+ hours. During the final touches of the database, something happened that has me very confused.When I open my database, it opens MS Access, but my switchboard is missing. On my...
  3. Remdul

    Reports, Queries, and Dates.

    Howdy, I am attempting to design a database for a local animal shelter to count how many dogs come through in a year, and I am fairly new to the access field. I have 5 queries, each specific to the type of animal... I have Dog, Cat, Kit, Pup, and Other. The SQL code for my 5 queries look like...
  4. Remdul

    Seaching on the Web Interface

    Is there a way to search the Access Pages? For example, you can use the Find button on forms (Command Button) to search the database for a record. But I hate not found a way to do so on the web pages. Thank you, Bryan Elliott
  5. Remdul

    Attempting the Impossible? Totaling names.

    Is it possible to total how many times someone is mentioned in an access datasheet? For example, A datasheet containing the list of all the techs that have helped users, and specific users they have helped. Joe helped Jane Frank helped Billy Joe helped Bob Joe helped Craig Frank helped Alex...

Part and Inventory Search

Back
Top