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 Wanet Telecoms Ltd 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: stingers
  • Content: Threads
  • Order by date
  1. stingers

    force next page main report many subreport records

    Hi all-- I have to create(modify) a report for Loan statements that are mailed quarterly. The report consists of a main report and a sub report that lists all the payments received in the statement period. Each report (per loan) is printed on a preprinted form. Recently, some accounts have...
  2. stingers

    To exchange or pop?

    Hi all - Let me preface this post with the fact that I have had no formal computer training, except a 100 level class in college. That being said I am an experienced computer user considered by all that know me (but whom know very little about computers) to be an expert. However, knowing as...
  3. stingers

    outlook attachments

    whenever I try to attach a file by either right clicking on the file in Windows Explorer or using the send to command from any MS Application, which I assume doers the same thing, a new email window opens. Great...but when i enter my message and then try to send nothing happens?? The...
  4. stingers

    Folders don't display

    This is a first for me. One of the computers I support no longer shows the folders on the left ion windows explorer?? There is only a 'grey' area where the folders are supposed to be and the 'x' to close the pane. The only way to access the folders is to use the address bar (which is not user...
  5. stingers

    Access Reference Blues

    I am working with an Access97 application that uses several (6) references. The application is installed on machines that run MS Office 97, 2000, and 2002...so the references are different for each machine. I have imple4mented the fix in Microsofr KB article Q194374, which works ok for most of...
  6. stingers

    Palm Vx connection problem

    my hot sync worked well for about 3 months. Then i started to get the following message. "the connection between your handheld computer and the desktop could not be established. Please check you setup and try again." I have tried everything, even the hyperterminal, reassigning com...
  7. stingers

    Parameter Query problem

    Ok here's the problem. I am a beginner SQL programmer and am having trouble getting this stored procedure to work. There is a bunch more code but I have only pasted the part giving me thus far. When I run the procedure in Query Editor and supply the same values for the parameters that the...
  8. stingers

    Stored Procedure (output variable) Problem

    Ok here's the problem. I am a beginner SQL programmer and am having trouble getting this stored procedure to work. There is a bunch more code but I have only pasted the part giving me thus far. When I run the procedure in Query Editor and supply the same values for the parameters that the...
  9. stingers

    Access -> SQL upgrade

    I am currently upsizing an Access 97 database to a SQL/Access solution. While I am an experienced access user I am pretty new to SQL. We have chosen to upgrade due to performance problems with our current database due to number of users(15) all making frequent updates, table size, and poor...
  10. stingers

    too few parameter, expected 1

    whats wrogn with this code??? continue to get error listed in subject?? Making me crazy :( refID is a text field Set rst = CurrentDb.OpenRecordset("SELECT dbo_tblREF.* FROM dbo_tblREF WHERE (((dbo_tblREF.RefID)= col28));") thanks in advance ryan paul
  11. stingers

    Insert row ...key violation

    I am trying to insert a row into a table where there exists a unique index on an integer field. I am familiar with access autonumber fields where the db makes it easy and automatically inserts the next number, but how do I do this when using SQL tables. (I am trying to upsize) I continue to...

Part and Inventory Search

Back
Top