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

  1. cdl1701

    X, Y Lisp

    I really need to get back to learning my lisp.. It's been about 6 years since I have even looked at a programing book or tutorial.
  2. cdl1701

    X, Y Lisp

    Thanks Carl, What does the strcat do? I had fiddled with it for quite a while last night trying to figure that one out.
  3. cdl1701

    X, Y Lisp

    That works great!! Is there a way to get it to put he X and Y lable? Like this? X= 1'-5 1/4" Y= -2'-2
  4. cdl1701

    X, Y Lisp

    That would be great!! I used to have one that worked ok but my hard drive crapped out on me a few months ago and had to get a new one. I have not been able to find one that actually worked right since. Every one that I have found does not let me specify the origin and then goes through so many...
  5. cdl1701

    X, Y Lisp

    Hi CarlAK, thanks for your reply. -I do need it to be a leader with an arrow head. -Stacked beyond the line -Yes I need to to justify left or right simular to if you use the leader command (not dim >leader though) -Would like MTEXT -Format needs to be Feet and inches to 1/4"(example: 2'-4-1/4")
  6. cdl1701

    X, Y Lisp

    At one time I had a lisp rutine that let me specify the origin and then a point that would create a leader and put the X & Y coordinate in the text automaticly. Does anyone know where I can find this. I have looked at a few but none of them do what I need. Here is what I need: 1. start the...
  7. cdl1701

    Adding AutoCAD images

    I do not know anything about Publisher but I would imagin that you could use a DXF, Or Jpeg file? A DXF file you can save as right out of autocad and a Jpeg you can print to file as JPEG. Chris
  8. cdl1701

    AutoCAD 2006

    AutoCad 05 & 06 both have a new addition to there Attributes list. You can now use drawing properties just like in Inventor to automaticly fill in your attribute fields on all of your sheets. You can also create custom properties. Just look up Attributes in the help and that should get you going.
  9. cdl1701

    Wont print in colour

    Make sure that in your printer line style set up for the drawing is set to Autocad.. It is probably set to Monochrom. you will find this in the print window when you go to plot your drawing. Hope this helps you. Chris
  10. cdl1701

    Running total field in form footer

    yep still give me an #error. I have also checked to make sure that I have everything spelled correctly also.
  11. cdl1701

    Running total field in form footer

    Actually I want a running total of each field not add the 2 together. Basicly I want a running total of the field for all records together not just the current on that I am looking at. If this was my table showing the records: Person Investment Worth...
  12. cdl1701

    Running total field in form footer

    I have a form that I want to display the running total of two seperate fields from my table and have them displayed in the footer. One is Investment field and the other is Worth field. I created an unbound text box and placed the following code. =Sum(CollectionTable1!Investment) but all I am...
  13. cdl1701

    Please Help with Query

    No, I have not. Thanks for the link by the way I will read it and endeavor to apply it to my DB. Would you guys have any other suggestions on which books are good to get started on? Access, VBA & SQL. I have looked at allot of them in the book stores but am just unsure where to get started.
  14. cdl1701

    Please Help with Query

    Oh for my first part of my question was if I create a Query using the query wizard and place [Forms]![FrmSearch]![ChbManufacture] Or [Forms]![FrmSearch]![ChbManufacture] Is Null in the criteria for the query field (in this case the Manufacture field)this will allow me to select the criteria...
  15. cdl1701

    Please Help with Query

    That is true.. If I do it this way then the standard [Forms]![Search]![Manufacture] Or [Forms]![Search]![Manufacture] Is Null in a query would work fine wouldn't it? one more question. In my Year field it is formated as text but I am putting 2000, 2001, 2002...etc. Does it matter that it is...
  16. cdl1701

    Please Help with Query

    Yes I want it all done right. So In place of all of my check boxes I create a Field StrItemType as text with look up right?
  17. cdl1701

    Please Help with Query

    As you can see below I have a mix of combo boxes and check boxes. I need the query to be able to report based on any one or all of these items: CmbManufacture CmbScale CmbYear CmbModelCar ChkAutograph and only one of these items: ChkTransporter ChkBeanieBears ChkDolls ChkActionFigure...
  18. cdl1701

    Please Help with Query

    What I could do is break out the Autograph check box from the others and make it the only one as a seperate control. The other 15 could be placed in an option group since really only one of those would be selected at a time. I mean really you could not have a Beanie Bear be a Coke Bottle at the...
  19. cdl1701

    Please Help with Query

    If I wanted to use one check box control for each check box item do I still need Select Case Me.optGrpAutograph Case 1 autographWhereClause = "(blnHasAutograph = False)" Case 2 autographWhereClause = "(blnHasAutograph = True)" Case 3 autographWhereClause = ""...
  20. cdl1701

    Please Help with Query

    Im sorry I just can not get this to work.. I am afraid that this is just a little over my head. I edited the code to put in the fieldnames that are on my form and I placed the code on the form. I then added a control button with the code for it but I am not exactly sure if I am running...

Part and Inventory Search

Back
Top