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

    Restricting records from multiple fields

    Hi, I'm building a query that needs to restrict on several fields, but only where the records match this exact combination of variables. I've done this in the past by building individual queries for each element of the extraction to avoid excluding more records than I want but would prefer...
  2. mikew71

    Forcing a format in a SQL query

    Hi, I know that its possible to force a format into a fields in query, I've just forgotton how to do it. I remember it being something along the lines of this; =(format([field])"#,###0.00") any ideas?
  3. mikew71

    Printing via VBA

    Hi, I''m looking for the code to print from Business Objects using VBA code. Currently I'm using VBA to save as PDF but this loses some key fonts in the process and I cant find the code for printing. Any ideas??
  4. mikew71

    Printing via VBA

    Hi, I''m looking for the code to print from Business Objects using VBA code. Currently I'm using VBA to save as PDF but this loses some key fonts in the process and I cant find the code for printing. Any ideas??
  5. mikew71

    How to Force a Format in SQL

    I've forgotton how to force a number to ten decimal places in SQL, I believe its =Format([format command],sqlstatememt) I cant use the 'properties' as its a make table query and properties do not carry over in to the table. Can anyone help?
  6. mikew71

    Exceeded 255 rows in table

    I'm building a flat file to import into Access that has exceeded 255 rows, I have no other way around this and cannot split the data into seperate tables. Is there any way around this?
  7. mikew71

    Maintaining decimal places in text export

    I'm unable to maintain the 2 decimal places on records with whole numbers or rounding to one place while exporting a text file for an upload into a Business Objects report. So far I've tried without success, 1) Formatting export table as 'Standard' with 2 dec places 2) Using export specs (on...
  8. mikew71

    Transfer text error

    I'm running the following code as part of a greater function: DoCmd.TransferText acExportDelim, StOutputSpec, StOutputTable, Stfilepath & StOutputFile, -1 When I get to this line I get the following error; "Cannot Update. Database or Object is Read Only" This makes no sense as thee is no...
  9. mikew71

    Excluding Duplicate Rows from Import

    Hi, I'm brining a txt file in via a simple import procedure, I have duplicate client ID's on the source file that I want to exclude. The primary key method won't do this, is there another way?
  10. mikew71

    transferspreadsheet - bring back defined name ranges in xls.

    I can quite easily link in a xls spreadsheet into Access by using a print range, but the info I'm working with now is based on defined named ranges in xls, despite searching I cant find the correct code for the transfer spreadsheet command for the 'range' section. Any ideas?
  11. mikew71

    Invalid Argument

    I have an unusual problem, I'm continually getting an 'invalid argument' error when I attempt to run a query either based on or appending to a certain table. I've not come across this before and nothing seems to change this, any ideas??
  12. mikew71

    Multi Select in list box

    I'm running a form where one list box is returning data from a query based on the selected variables of a second list box. This works fine on single variable selections, however if I change the variable's properties to either of the Multi Select options no information is returned. Is there a...
  13. mikew71

    Calling Excel Macro in Access

    I'm running a HR database which draws its data from several Spreadsheets that are linked to SAP. I've created a code within excel that updates these (we're not allowed to ODBC unsupported software into main systems) and want to be able to activate this from access, I've seen this done once many...

Part and Inventory Search

Back
Top