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

    Labels - multiple records with same Address

    I have this problem with multiple records with the same address, but different people. I want to save some money on postage, so if I come across two or more records with similar addresses, I want to have it print out with the first names of the individuals, their last name (which will be the...
  2. rbowes

    ADO data control with Access Reports

    I'm using Office 2000 Developer and I have a front end developed in Access and a Back end on SQL Server 7. I use no linked tables because the application summerizes the data and my experience has been that using ADO recsets and commands with commandtext and stored procs work much faster than...
  3. rbowes

    Determine the last day of a month

    I need to create a function that determines the last day of the month - determined by user. Does anyone have a quick few lines of code for a function. Thanks Bob
  4. rbowes

    ActiveX Controls - ListView Control

    Does anyone have any experience with the MS ListView control? I can't seem to get the control to bind to my ADO recordset. If anyone can give me some sample code to use, I would be very appreciative. Bob
  5. rbowes

    OBDC connection code

    I have an app that hooks up to a SQL Server 7 database.  We are in the middle of development with the database so versions come out once every 3 weeks or so.  My app, which uses Access 2000 to summarized and analyze data, will link tables through ODBC.  My problem...
  6. rbowes

    Limiting the numbr of records returned in a report

    I have a function that sets a querydef property , MaxRecords, for a pass through query.  The problem is that the report returns all of the records that match this criteria while the datasheet and form views return only the specified number of records. What's up with...
  7. rbowes

    Changing the Record Source of a subreport

    I have an unbound main report that has 6 subreports on it.  My report criteria form allows the user to determine many different kinds of ways to view the data that they want.  And because the queries for each are totals queries, filtering does me no good - so I have to change...

Part and Inventory Search

Back
Top