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

    How to calculate the difference in the last two columns of crosstab varying number of columns

    I have created a Crystal Reports Cross-Tab that calculates number of accounts per account class as rows and months per column along with other calculations. A total of 6 summarized columns per month. This is a very general overview of the cross-tab January February March Difference Mar...
  2. debq

    MS VBA DoCMD Transferspreadsheet - Use form data to choose excel sheet - HELP

    I am trying to get the following code to use the sheet name that I choose on a list box in a DoCMD. TransferSpreadsheet path. The code works if I place the actual name in the path. But when I try to get it to read the cboText choice I get an error that it cannot find the object.Can someone...
  3. debq

    How to import Excel Sheets to Access. Each sheet to begin on Row 1

    I have found a solution to open Excel, Choose an specific excel sheet based on input on a listbox form from a user and import the data from the selected Sheet to an Access db table. The data in the Excel sheet is based on months - Jan thru Dec. I can create the table with the months as column...
  4. debq

    Export Multiple filtered Subform data to one Excel Workbook

    I am using MS Access version 2010. I have a Main Form, frm_ClientPriceDetails with three(3)subforms: fsub_ClientDetail, fsub_ClientOrderCodePrice_Data and fsub_ClientSpecialPrices. I have a text box control on the Main form: txtClientID with Control Source set to...
  5. debq

    Nested SELECT Query giving Syntax error

    I have been given a SQL statement to adapt for use in MS ACCESS 2010. The SQL statement was written in SQL Server so I understand that there will be differences in syntax. I have tried to adapt the query for MS Access but am getting the following error: Syntax error(missing operator)in query...
  6. debq

    How to set WHERE statement based on two Criteria

    I have a Query that SELECTS records based on a Percent. If the percent is Greater Than 40% then SELECT the record. Now this criteria is changing to SELECT Records after 08/31/2012 that are Greater Than 30%. I need to continue to SELECT Records with Greater Than 40% prior to 08/31/2012 and then...
  7. debq

    How to update one field on two tables immediatley AfterUpdate

    I have a form frm02a_Track_Log. The record source of the table is tbl01. I want to add text to a field for a specific record on the table from the form and when I move out of the text field I want tbl01 to update immediately and also update a table called tbl02_Main. I have started a VBA...
  8. debq

    Need to create a query, choose between percentage rates based on Date range.

    I have inherited an old DB at work and need to make changes to our Audit Pass.Fail rate - FROM 40% to 30%.... I have a select query called, "Q09d2_percent", that calculates a percent and then flags a field called "Follow-up" either "Yes" or "No" based on the "percent" field calculation.The...
  9. debq

    How to create a table, choose between percentage rates based on Date range

    I have a make table query that applies a pass fail percent of 40% (0.395) to audits. One of the tables used in the query creates the percent to apply based on various criteria. I now need to apply the 40% (0.395) rate to audits less than or equal to =< 08/31/2012 and a 30% (0.295) greater than...
  10. debq

    HELP_ VBA Code will not print and add attachment to email

    I have the following code that I want to use to automate sending reports to various clinic managers. The CODE will currently: 1. Add the Subject Line 2. Add the Body Text 3. Add the “Dear” + “Contact_First” and “To:Email” 4. Loop through all “Contact_First” and “email” 5. And Saves all email in...
  11. debq

    HELP__VBA Code to change Attachment file name for each loop.

    I am trying to automate a report distribution process using Access and Outlook 2007 and VBA. I have created a form for the user to enter a range of dates. I also have Query which points to the form as criteria. I would like to open the form, choose a range of dates and have the form open a...
  12. debq

    VBA Code will not change name of PDF Attachment

    I am trying to automate a report distribution process using Access and Outlook 2007 and VBA. I have created a form for the user to enter a range of dates. I also have Query which points to the form as criteria. I would like to open the form, choose a range of dates and have the form open a...
  13. debq

    Records submitted via webpage not appearing

    I have created a website that includes a form that submits into an Access database. When I test form it submits information correctly into the database. When my employee who works from a home office submits data the information does not appear in the database. The information appears to submit...
  14. debq

    How to add a &quot;next&quot;button&quot; to Spry tab panels

    I have created a form with several spry tabbed panels. each tab is a series of quesitons. I would like my users to be able to click a "next" button to advance to the next panel when they have complete the questions on each panel.Each time i add code to the form I lose the tab feature. How can...
  15. debq

    How to Validate one form field against another form field

    Hello, I have a website that includes a form that asks several questions. This information is submitted to a Database. I have two questions that I want to validate against each other so that I do not have to "clean up" the data submitted. "Were you placed on Hold?" Yes or NO options in a...
  16. debq

    Convert Access report to PDF send via Outlook

    I am using the code below to convert multiple reports from Access into Word Doc and then send to various recipients via Outlook email.The code works great but the rtf format loses graphics and colors. I would like to convert to PDF instead. How can I change this code to convert to PDF and then...
  17. debq

    Page Header repeating on multiple pages

    I have a 1 page report. When I run the report it creates 344 pages. The Page Header section is repeating over and over and over. How can I make this stop.
  18. debq

    Calculate an overall score from 10 percentage scores

    Hello tek folks, I have a report that includes 10 questions each question is scored as follows: =Count([Question]) to give the [Total Responses] =SUM(IIf([Question]="yes,1,0)) to give the [Total correct] =[Total Responses]/[Total correct] to give the percent I need an overall score for the 10...
  19. debq

    How to create a graph in a report - results from 2 subreports

    Hello, I have created an Access Report that contains 2 subreports. One subreport uses a query as its data source (qryclinic_level_report) and provides data from the main results table on a clinic level. The other subreport uses the main results table as its source to provide overall results for...
  20. debq

    Create chart on Main Report with 2 subreports, 2 data sources

    Hello, I have created an Access Report that contains 2 subreports. One subreport uses a query as its data source (qryclinic_level_report) and provides data from the main results table on a clinic level. The other subreport uses the main results table as its source to provide overall results for...

Part and Inventory Search

Back
Top