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!

Recent content by floridagunner

  1. floridagunner

    Need aMacro to perform lookup

    Should I just go ahead and delete Sheet 3 and Start the Database queery again? This is what it did in Sheet 3 by the way: Pool Unique FA FC Email It seems to have deleted the Column (FA Split Master Lookup) and bought back data for the first 2 columns
  2. floridagunner

    Need aMacro to perform lookup

    Sheet 1 Headings: A B C 1 (Pool Unique FA) (FC Name) (FC Email) 2 1234567 Smith, John jsmith@hotmail.com Sheet 2 Headings A B FA Split Master Lookup 6582461 Did you read my post...
  3. floridagunner

    Need aMacro to perform lookup

    When I tried to refresh the data An error message came up saying [Microsoft][ODBC Excel Driver] Missing),],or item in queer expression`sheet 1$`.Pool Unique FA`='sheet2$`,`AccountList`
  4. floridagunner

    Need aMacro to perform lookup

    What do you mean by that: "Its Log
  5. floridagunner

    Need aMacro to perform lookup

    Ok this time it ran the Macro and here is the code: Sub GetData() ' ' Macro1 Macro ' Macro recorded 07/17/2007 by Adeel Khan ' Dim sSQL As String sSQL = "SELECT" sSQL = sSQL & " `Sheet1$`.`Pool Unique FA`" sSQL = sSQL & ", `Sheet1$`.`FC Email`" sSQL = sSQL & vbCrLf...
  6. floridagunner

    Need aMacro to perform lookup

    Is it possible that this is happening because that was how the original Database queery was run? Just a guess right now I dont even remeber what the criteria was that I used. Thanks
  7. floridagunner

    Need aMacro to perform lookup

    This is the Code that I have: Sub GetData() ' ' Macro1 Macro ' Macro recorded 07/17/2007 by Adeel Khan ' Dim sSQL As String sSQL = "SELECT" sSQL = sSQL & " `Sheet1$`.`Pool Unique FA`" sSQL = sSQL & ", `Sheet1$`.`FC Email`" sSQL = sSQL & vbCrLf sSQL = sSQL & "FROM...
  8. floridagunner

    Need aMacro to perform lookup

    [auto_open] < [SetupFunctionIDs] < [SetupFunctionIDs] > [PickPlatform] < [PickPlatform] > [VerifyOpen] < [VerifyOpen] > 1 [RegisterFunctionIDs] < [RegisterFunctionIDs] > [auto_open] > SELECT `Sheet1$`.`Pool Unique FA`, `Sheet1$`.`FC Email` FROM `H:\My Documents\Book1`.`Sheet1$` `Sheet1$`...
  9. floridagunner

    Need aMacro to perform lookup

    No the heading in (Sheet 2, A1) is FA Split Master Lookup Thanks
  10. floridagunner

    Need aMacro to perform lookup

    [auto_open] < [SetupFunctionIDs] < [SetupFunctionIDs] > [PickPlatform] < [PickPlatform] > [VerifyOpen] < [VerifyOpen] > 1 [RegisterFunctionIDs] < [RegisterFunctionIDs] > [auto_open] > SELECT `Sheet1$`.`Pool Unique FA`, `Sheet1$`.`FC Email` FROM `H:\My Documents\Book1`.`Sheet1$` `Sheet1$`...
  11. floridagunner

    Need aMacro to perform lookup

    An error message came up saying [Microsoft][ODBC Excel Driver] Missing),],oritem in queer expression`9sheet 1$`.Pool Unique FA`='sheet2$`,`AccountList`',
  12. floridagunner

    Need aMacro to perform lookup

    Yes The Column in Sheet 1 that contains the account number is Pool Unique FA.
  13. floridagunner

    Need aMacro to perform lookup

    The queery table was on Sheet 3
  14. floridagunner

    Need aMacro to perform lookup

    Ok I ran this updated code in Sheet 4 and I got an error message saying SQL syntax error When I pressed Debug the following code was highlighted: .Refresh BackgroundQuery:=False
  15. floridagunner

    Need aMacro to perform lookup

    But do I run this code in Sheet 3 or Sheet 4? Thanks

Part and Inventory Search

Back
Top