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 SkipVought 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: *

  1. DiamondDust

    Query Field Names

    I actually did want it in a list box and your thread worked great, thank you very much.
  2. DiamondDust

    Query Field Names

    Can someone please help me query the field names in a table vise querying the actual data. Thanks in advance.
  3. DiamondDust

    Create Table SQL

    Thanks evalesthy, this should work.
  4. DiamondDust

    Create Table SQL

    Do you know how to create a table with on of the fields being an sequential autonumber. Thanks
  5. DiamondDust

    Data type issue

    dcode = 1000 dcode >= 1000 and dcode <= 2000 dcode >= 1000 and dcode <= 2000 or dcode = 1000 You helping dude, it's probably something easy.
  6. DiamondDust

    Data type issue

    It's taking the memo field in fine and converting to a string now the problem is that I am using a variable that is in the code in my string and it doesen't recognize the variable.
  7. DiamondDust

    Data type issue

    Here is the error message: Microsoft Access can't find the name 'dcode' you entered in the expression. The value in the field I am using for the string is: dcode >= &quot;80000&quot; And dcode <= &quot;8291*&quot;
  8. DiamondDust

    Data type issue

    Foolio12, why don't you recommend sort of thing? Is there something that I need to keep my eye on?
  9. DiamondDust

    Data type issue

    I am working with a recordset. Here is the flow. dcriteria = rstSubmeasureServiceCriteria.Fields(&quot;criteria&quot;) dcode = rstClaim.Fields(dcodetype) ' Example dcode would equal 80001 if dcriteria then ' Example dcriteria would equal dcode end if ' >= &quot;80000&quot; And...
  10. DiamondDust

    Data type issue

    I am trying to use a variable in an if statement expression. For example: If dcriteria Then end if dcriteria is equal to a field value which is of type memo. in the field is criteria I want to use for the if statement. For example: dcode >= &quot;80000&quot; And...
  11. DiamondDust

    Easy Access Table Size Question?

    How many records can an Access table hold? and how big can an Access DB get without bugging out? Thank you,
  12. DiamondDust

    SendObject Question (Email)

    Thanks MP9, this is perfect.
  13. DiamondDust

    SendObject Question (Email)

    Hi, I want to use Microsoft Access to send a file through Outlook, but I don't want it to be generated through and access table or query. For example I have a file called file.pdf in the C:\ drive I just want to automate some system to send that specific file, totally not associated with...
  14. DiamondDust

    SendObject Question (Email)

    Perfect, thank you dougcranston
  15. DiamondDust

    SendObject Question (Email)

    I want to the message text to have line breaks. For example, in the Message Text it Reads &quot;Program Managers,&quot; I want to start a new line with &quot;Please update your...&quot;. I basically do not want the whole message to word wrap. DoCmd.SendObject , &quot;&quot;, &quot;&quot...
  16. DiamondDust

    Open Report at Last Page

    Never really tryed to do what you are doing, But would setting up the query that is housing the report in a descending order work for what you are doing??
  17. DiamondDust

    Help, Date/Time Stamp on a Network DB

    I have a DB on a network were the tables are linked to a backend and the frontend is all Access. There is a report that people may view if need be. When they print the report they meaning other than me the Date shows up on the report as #Name? but on my machine the Date shows up just fine. It's...
  18. DiamondDust

    Help, Get Data from Text and the Date Format is not recognized by Acc

    I brought in data from a text file with this date format 19770127. I have to bring it in as string because Access does not read this format. Is there a way to change the data type to Date and have Access recognize that format.
  19. DiamondDust

    Help Using SQL as a backend.

    How do I link my acces Frontend Forms So that they use Queries in the SQL db rather than using queiries in the access db frontend with linked tables.

Part and Inventory Search

Back
Top