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

    Interesting Problem

    Hi there.... Has anybody ever come against an issue where Access will cut lines of data off a excel upload depending on the excel version the file is saved under?? For example, I am uploading a daily file which when saved as excel 97 loses lines upon upload, I've been told that if I save under...
  2. mike1971

    Input box driving me nuts!!!

    Hi there, I'm trying to use a pop up input box to set the reporting date for a number of queries, this is my code but instead of updating with the date I get what appears a calculation of dd/mm/yyyy... ps some of you might recognise this code as it came from this site...thanks. Mike Sub...
  3. mike1971

    Trouble with the Call Shell command

    I'm having trouble opening my excel sheet via the call shell commang my code is pretty simple as follows but I can't seem to get access to recognise the folder. This works but only because the target file does not sit in a folder. Any ideas?? Private Sub CmdOpenXlFile_Click() On Error GoTo...
  4. mike1971

    IIf statement based on multiple fields

    Hi all, I'm having a hell of a time trying to return the correct value on a double iif statement. The SQL is as follows and I think it should work, any ideas???? IIf(([FIELD1]="VARIABLE1"),(IIf([FIELD2]="*VARIABLE2*",[RETURN1])),[RETURN2]) I've also tried variations using...
  5. mike1971

    TransferSpreadsheet - Overwriting existing data

    Hi, I've built a funky command running a query and exporting to excel for daily reporting, the problem is I have graphs linked to a specific worksheet and access won't write over it will continue to creat new sheets. very gratefully thanking in advance
  6. mike1971

    Messgae Box yes and no options

    I've written a macro importing data from a external source with a message box reading "This will affect your data, Continue?" with a ok & cancel option. Its great when I click ok but a cancel hit returns a VB error as does a cancel on the confirm import when I continue with the...

Part and Inventory Search

Back
Top