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. PrintNET

    Rendering jpgs

    lol I meant to draw a jpg... during runtime. You know?
  2. PrintNET

    Rendering jpgs

    What is the best way to render a jpg
  3. PrintNET

    Image, or any content, from the internet.

    Is it possible to pull an image from the internet? Like having a small window, which will just be an image from the internet. And if the internet image changes, the clientside image should as well. How would one go about doing this?
  4. PrintNET

    Converting character to integer

    I want to change a variable that is a numeric character/s to integer form. Also, is it possible to do this if there are spaces in the character string?
  5. PrintNET

    Operator/Operand mismatch

    temp is a value from a combo box which looks at a column of intergers. For some reason the value of the combo box is character string instead. Just about 6 spaces and then the number. I want it to be integer instead. Is that possible?
  6. PrintNET

    Operator/Operand mismatch

    This is probably very simple but how do you assign the value of one variable to another? Or test if the values of a variable match? I tried IF assignmentid = temp and to copy values classid = tempclassid but for both i get operator/operand mismatches
  7. PrintNET

    Linking combo boxes

    That sounds good. My email is tony@print-net.com
  8. PrintNET

    Linking combo boxes

    Hmmm... I could just have cbo2 be a textbox. But that would make all this time spent worthless...
  9. PrintNET

    Linking combo boxes

    Okay, I did what you said and I noticed something. Now the only choice in cbo2 is the one that corresponds to the selection in cbo1. However, it does not autofill cbo2. Does yours do this?
  10. PrintNET

    Linking combo boxes

    Bound to column 1? I'm not sure what you mean? How do I do that?
  11. PrintNET

    Linking combo boxes

    in cbo2_GotFocus() I try to do cbo2.RowSource= SELECT [Sheet1 Query].[Description], [Sheet1 Query].[SKU] FROM [Sheet1 Query] WHERE ((([Sheet1 Query].[SKU])=[Forms]![frmMyForm]![cbo1])) but it gives me a Compiler error. It says 'Expected: expression' and then it highlights the word SELECT.
  12. PrintNET

    Linking combo boxes

    I was typing the exact same thing: Me.cbo2.Requery and I tried Me!cbo2.Requery I also tried Forms!frmMyForm!cbo2.Requery
  13. PrintNET

    Linking combo boxes

    That was when I used the code builder. When I just typed it directly into the field 'After Update' there was the same error as before.
  14. PrintNET

    Linking combo boxes

    both Me!cbo2.Requery and Me.cbo2.Requery don't give errors and yet still leave cbo2 blank after cbo1 is updated.
  15. PrintNET

    Linking combo boxes

    If I change it to just cbo2.Requery there is no error but cbo2 remains blank when cbo1 is changed.
  16. PrintNET

    Linking combo boxes

    yeah .Requery is in there, just not in the error message
  17. PrintNET

    Linking combo boxes

    it says it when i select something in the first combo box, and my 2 last posts are supposed to be before both of your posts that precede them
  18. PrintNET

    Linking combo boxes

    ugh, now it says that Access can't find the macro 'Forms!frmMyForm!cbo2.'
  19. PrintNET

    Linking combo boxes

    no i get the "Microsoft Access cannot find the macro 'Me.'" error. I don't know what is wrong. (other than the fact that it can't find the 'Me' macro ;) )
  20. PrintNET

    Linking combo boxes

    I just copied and pasted what Krameje had.

Part and Inventory Search

Back
Top