Recent content by bluedemon186

  1. B

    Using Multiple Criteria from a form

    Sorry, I am not an advanced user of Access so wasn't sure what you would need. I hope this is what you were requesting. SELECT Import.Client, Import.Year, Import.Location, Import.[Product Line], Import.Month, Import.Revenue, Import.[Total Jobs], Import.[Shuttle/Express Jobs], Import.[Average...
  2. B

    Using Multiple Criteria from a form

    I am not using VBA for this query. Just a simple query.
  3. B

    Using Multiple Criteria from a form

    I tried doing it 1 by 1 already, but as soon as I add the second 1 in, it stops working. I used Combo115 as the name as these 5 fields are all there will be for this database. However, I will still go ahead and change it as per your suggestion.
  4. B

    Using Multiple Criteria from a form

    Hello, I have a query that I am using to generate a report. The criteria for this query is pulled from Combo boxes on a form. I have 5 combo boxes on the form and I am using the following as my criteria; Client: [forms]![frm_report]![Combo115] Location: [forms]![frm_report]![Combo125]...
  5. B

    Error: User-Defined type not defined

    Found it! It was the Microsoft Outlook 14.0. Thank you!
  6. B

    Error: User-Defined type not defined

    Can you please advise what reference would that be?
  7. B

    Error: User-Defined type not defined

    Hello, I have been getting this error for the below code which is for a command button. It generates and email in Outlook with data from the fields in the form "frm_rush". It used to work great on another work station, but when I created a new database on a different machine, it started giving...
  8. B

    Text to Number Query

    Thank you, Pat. I tried something similar yesterday. I changed the data type to text before linking it to access so access thinks its a text field. Then I went back to excel and change the data type back to number which changed the FedEx Tracking to what I wanted. It is working as of right now...
  9. B

    Text to Number Query

    Hi Pat, The issue I am running into is that both the UPS and FedEx Tracking are in the same column. The spreadsheet gets updated daily and its a new file with the same file name so I don't have to link it everyday. I tried using Clng (Expression), Val (Expression) in a query and a form, but...
  10. B

    Text to Number Query

    Hi rzw0wr, Thank you for the feedback. I understand I cannot have two different data types, but is there a way to convert the number back to what it originally was? Thru a form or query maybe? The data type would still stay as text. Hi Isskint, Thank you for the feedback. I already tried...
  11. B

    Text to Number Query

    Hello, I have a linked table to Access 2010 which contains tracking numbers for shipments. United Postal Service tracking#s is Alpha Numerical and FedEx is just Numerical. When I link the spreadsheet to the Table, the FedEx tracking numbers are changed to for example - 9.813842152e+014...
  12. B

    Export Individual Record to its own Text File

    I am a total newb at VB so not sure what code to use. Is it possible for you to help with that?
  13. B

    Export Individual Record to its own Text File

    Hello, I am working on a website which has over 1000 pages that has the same code, but only a link that is different on each page. So, I thought that I will create a database and work my way from there. I was able to work the code and combine everything. Now would it be possible to export...
  14. B

    An Expression You Entered Is the Wrong Data Type for one of the Arguments

    An Expression You Entered Is the Wrong Data Type for one of the Arguments. I put the error in the title of the thread.
  15. B

    An Expression You Entered Is the Wrong Data Type for one of the Arguments

    This is the lient hat was highighted. DoCmd.SendObject acForm, "SampleNotification", "PDFFormat(*.pdf)", Me.ClientEmail, "", "", "Sample Notification", "", True, "" However, it didn't give me any error when I tried it for the same records before doing what you asked me. For some reason it...
Back
Top Bottom