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

    Access RT Program and MS Office Reference

    I have a Microsoft Access 2000 Program that is deployed to clients. Some clients have MS Office and some may not. Will there be a problem with the code if I include a reference to the MS Office Library (MSO9.DLL) and it is included in the deployment CD installation program along with Access...
  2. BMeek

    Access RT Program and MS Office Reference

    I have a Microsoft Access 2000 Program that is deployed to clients. Some clients have MS Office and some may not. Will there be a problem with the code if I include a reference to the MS Office Library (MSO9.DLL) and it is included in the deployment CD installation program along with Access...
  3. BMeek

    Format query field to right justify

    I am working on a query that provides data for a chart and I need to right justify the data field so the chart axis labels are right justified. I am using the following text string to force a line break between agent name and their firm name. Example: AgentName: [AgentLast] & ", " &...
  4. BMeek

    Change Export Query as txt, csv, xls, or dbf to open SaveAs Dialog box

    I have the following code behind a form in an Access 2000 program that allows a user to select a file type from a set of option buttons then click a command button that automatically exports the file using DoCmd.TransferSpreadsheet. I have code that tries to save the file into the default "My...
  5. BMeek

    Multiple Parameter fields

    I want to have two fields prompted to the user for an optional filtering of data. When I use the format for one field, everything is OK. But when I try to add a second field using the same technique, I get blank results unless put a value in each of the parameter prompts. How can I use the...
  6. BMeek

    Force a line-break in Axis String for Chart

    Hello my friends! I need some help with a chart report I am using in Access 2000. The SQL behind the chart uses the following string: Z: "Next"+Space(1)+Format([subchrtCoopPercAvgVolPerAgent].[ProdAgents],"#,###")+Space(1)+"Agents...
  7. BMeek

    Security / .MDE / Options

    I have a Microsoft Access Program that we distribute quarterly to our clients. In the past I have set security very tight and only allowed minimal rights to the users and compiled the file into an .mde file. Now I need to allow the users to export a file of contacts they wish to follow up with...
  8. BMeek

    Security / .MDE / Options

    I have a Microsoft Access Program that we distribute quarterly to our clients. In the past I have set security very tight and only allowed minimal rights to the users and compiled the file into an .mde file. Now I need to allow the users to export a file of contacts they wish to follow up with...
  9. BMeek

    Runtime Error 3010 using TransferSpreadsheet

    I have an Access program that outputs data into an Excel Spreadsheet that creates a one-page report with two charts. I am using DoCmd.TransferSpreadsheet to export the a query results as static data to an Excel template file. The query is exported as a separate worksheet into the workbook...
  10. BMeek

    Error '3010' using TransferSpreadsheet

    I have an Access program that outputs data into an Excel Spreadsheet that creates a one-page report with two charts. I am using DoCmd.TransferSpreadsheet to export the a query results as static data to an Excel template file. The query is exported as a separate worksheet into the workbook...
  11. BMeek

    Automate Process

    I have a project that uses Access and Excel to graph results of a query. My problem is binding between Access and Excel. I can get the data from a query input into the Excel file, but then I want to open the Excel file, run a couple of macros to allow the user to input their name and company...
  12. BMeek

    Open/Run Excel file & Macro from Access

    I have a project that uses Access and Excel to graph results of a query. My problem is binding between Access and Excel. I can get the data from a query input into the Excel file, but then I want to open the Excel file, run a couple of macros to allow the user to input their name and company...
  13. BMeek

    Access - Excel - Access

    I have a project that uses Access and Excel to graph results of a query. My problem is binding between Access and Excel. I can get the data from a query input into the Excel file, but then I want to open the Excel file, run a couple of macros to allow the user to input their name and company...
  14. BMeek

    Can I code a module to automate hiding all tables & queries?

    I have an Access program with about 20 tables and about 60 queries. I have created a user-friendly interface that allows the users to point and click to create reports and/or charts from the data. I have to create about 40 variations of the program based on geographic locations and as part of...
  15. BMeek

    MsgBox Format?

    Is there a way to format the text inside a MsgBox? I would like to use a larger font and bold part of the text. <p>Bryan Meek<br><a href=mailto:bmeek@pacbell.net>bmeek@pacbell.net</a><br><a href=http://www.handtech.com/meekent>Meek Enterprises - Personal Technology Consultant</a><br>A TC in your...
  16. BMeek

    Update description of Chart in Form?

    I have a chart displaying the top 10 results on a form with users providing the input for a specific city. The form is based on a query that does not filter by City. I use a &quot;Select&quot; query to filter the data that the user types. My trouble is the [City] value in the original query is...

Part and Inventory Search

Back
Top