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!

Search results for query: *

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

    Tried to execute a query that doesn't include the specified expression

    I'm trying to run a query and am getting the error message "You tried to execute a query that doesn't include the specified expression as part of an aggregate function or grouping" I've been all over the net this morning and can't find something that will help. Here's the scenario...
  2. zach028

    Playing Poker with Access

    I have a database that is being used by bill collectors to collect on accounts. At the end of each month, through the use of a combo-box, they designate for each account whether they would like to keep it or get a new one. They are only permitted to have 10 accounts at a time. I currently...
  3. zach028

    "Database" isn't an index in this table

    I have a corrupted database that I am trying to recover but am running into problems. I can't import anything from it. At all. All I get is the same error message. There are no *.ldb files out there. I also have disabled the AllowBypassKey function. Could I ever recover it or is it gone...
  4. zach028

    Use code or a macro to change field formats in tables

    Is there a way to do this? I set up this function but Access asks me to define "Tables". I don't think this function is meant to work with tables but I don't know what else to try. Can anyone help? Function FormatValue() As Integer Dim val As Variant val =...
  5. zach028

    Select a record based on the value of another record

    I don't think this is possible, but I'll ask anyway... I have a pre-formatted, 2-column table that looks something like this.. 101 1 # 2 # 3 # 102 1 # 2 # 3 # 103 1 # 2 # 3 # etc... I need to summarize 1,2,3 based on the value that precedes them (i.e. add...
  6. zach028

    Select date range from mulitple fields on a single record

    Hey all.... I have a table with payment fields (pmt1-pmt12) and date fields (date1-date12) for several thousand accounts at a collection agency. I want to make a query that selects only payments made within a given date range. A payment can be in any field. My problem arises with the fact...
  7. zach028

    Finding any part of a field using queries

    I have a query (linked to a command button on a form) that is supposed to search a table for a name value. Because the names are either "FirstName MI LastName" or "LastName, FirstName", I need to search for the value in any part of the field. My criteria looks like this...
  8. zach028

    Identical Record Returns

    I have a report that I am making for our collections department. I have a 2 tables, "promises kept" and "promises not kept" (we're finding out how many of those checks were actually in the mail). I use two queries to summarize data from each table. The queries work fine...
  9. zach028

    Trouble with multiple sort on a report

    Hello all. I have a report that needs to be sorted by a different field than the group. In this instance, it is grouped by "AgentID", yet I want to sort by "Department" and "Name". Setting this in the sort and group field does not work, it still defaults to sort...

Part and Inventory Search

Back
Top