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 derfloh 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: mykebass
  • Content: Threads
  • Order by date
  1. mykebass

    Oracle Recordset

    Our team is attempting to retreive data from an Oracle 9i database via ADO connection and write its contents into an Access table (for further manipulation). At present, we do not have access to create a stored procedure on the server, so that is not an option. Question is what is the fastest...
  2. mykebass

    I want to print for each change in my grouping

    All, I've done a search and had no luck. I have a simple report grouped by a value. I would like to print each group on its own report. Is that possible?
  3. mykebass

    Group and Sum

    Hi. I have a report in which I group by Date and Market and I would like, on the same report at the end, sum the totals of only the markets. For example the report is currently like this: Group 1: Date: 3-27-05 Market: Chicago 500.00 Market: Denver 250.00 Market NY 100.00 Group 2...
  4. mykebass

    Is Null with Between

    Hi. I'm using the following in a criteria, but Access just hangs. Any thoughts what I'm doing wrong? IIf(IsNull([Forms]![frmMain]![txtbegdate]-[Forms]![frmMain]![txtenddate]),*,between [Forms]![frmMain]![txtbegdate] and Forms![frmMain]![txtenddate] )

Part and Inventory Search

Back
Top