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

    Query Conundrum - Need help w/ structure to get desired result

    Basically, I am attempting to combine 2 queries into one. To simplify it, I have a customer table, a Sales table, and a Refund table (whose structure matches the Sales table). I need to report an aggregate by month, returning the following format: Month Cust ID Cust Name Sales Refunds...
  2. laakins

    Visibility of combo box based off another without resubmitting form

    I have a form within a table and it's been requested that if a certain selection is made from a combo box in the form then another combo box will become visible. The way the asp page is coded (by someone else prior) I'd prefer not to have to submit the form and display it again. I'm not sure...
  3. laakins

    Performance Issue - Have to Wait B4 doing Anything

    I have an Access database that has several SQL Server tables linked (though not used in any queries..instead I use pass-through queries). I am trying to create a report where the recordsource is a nested query where one of these pass through queries is used. Whenever I try to do anything...
  4. laakins

    '%' Causes Errors When Creating Field Names in Code

    I am dynamically creating a table where the field names will change everytime the code is ran. My issue is there are several times where the name passed through will contain the '%' character (and possibly other harmful characters). This causes my code to error out. I would prefer not to have...
  5. laakins

    Outlook TO Access Automation

    I have emails that come in with standardized subject lines and standard formatted bodies. I need to take the information from the email(date, from, subject, and specific data from the body) and enter it into specific columns within an Access database. Not sure if I would have to do this in...
  6. laakins

    Concatinated Text 1 word Bold/Underline only - Need Help

    I have several text boxes on a report that are made up of concatinated fields and strings but in the middle of this I need 1 word to be bold & underlined. Everything I've tried has left the word in the same format as the rest of the main text box. I need to find a way to make just this one...
  7. laakins

    Excel CumIPmnt Function or the Actuarial Method-HELP!!!!

    I need to convert an Excel Spreedsheet that uses the CumiPmnt() Function into a report in an Access 2000. As far as I can tell there is no way to do this. Basically the calculation is used to determine the finance charges on a loan using the actuarial method, which as I can tell also is about...
  8. laakins

    Numeric Overflow Error When Importing Excel into Access

    I have an Excel spreadsheet in which every field is formatted as Text except 1 Currency & 1 number field. I've automated the importing of the spreadsheet using the .TransferSpreadsheet code. Occasionally, I get a Numeric Overflow error. For some reason, Access 2000 doesn't give any Import...
  9. laakins

    Type Mismatch - not sure why

    I'm using Access 2000 & am trying to automate a process for another person. I'm getting a type mismatch where I indicate below. The next line of similar code runs fun, but for some reason it doesn't like that one line of code. I've tried Dim a string variable & putting it all in there & then...
  10. laakins

    New Version Updating - More Complicated!! Or maybe it's just Me.

    Okay, I'm in an multi-user enviroment & most of the time they use multiple databases. The frontend of the database has to reside in a specific path on the users machine depending on what type of machine the user signs in on (which I can obtain by getting the username from the system). I've...
  11. laakins

    Code breaks without error or breakpoints

    I have an Access 2000 database. While testing/fixing code I'll put in a breakpoint. Then I fixed the code removed the breakpoint then go through normal procedures to run the code. The VB Editor window comes up with the line on which I had the breakpoint highlighted, but there is not...
  12. laakins

    Completely Frustrated!!

    Okay, my company is currently updating everything to 2000. Therefore, I'm having to go in & change all my VB code from DAO to ADO to connect to Access 2000. Everything's been a breeze until the current code. I've changed my connection, removed my .Edit & .OpenRecordset references. Now the...
  13. laakins

    Help!!! Unable to use .Edit with my ADODB.recordset

    I am connecting to an Access 2000 database through VB6. For some reason it doesn't like the .Edit on my ADODB.Recordset object. It gives me an "Method or data member not found". Here is an example of my code: Public gdbDatabase As ADODB.Connection Public gdbTableO As...
  14. laakins

    HELP!!! Unable to use .Edit with my ADODB.Recordset

    I am connecting to an Access 2000 database through VB6. For some reason it doesn't like the .Edit on my ADODB.Recordset object. It gives me an "Method or data member not found". Here is an example of my code: Public gdbDatabase As ADODB.Connection Public gdbTableO As...
  15. laakins

    Database library & New Versions

    I am wanting to get more information on how to create & utilize the database library idea so I can share between the several databases I've created. I also want clarification on how the new version check quits the current database, makes a copy, and starts the new version.
  16. laakins

    "Reverse" Crosstab query OR loop thru column names in code

    I have a table/query/recordset that has several columns. I want to match the names of the columns to other values. If the name matches I want to take the name of the column and make it a data value in a column of another table - sort of a reverse crosstab query only instead of taking values &...

Part and Inventory Search

Back
Top