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 Wanet Telecoms Ltd 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 buzzboychicago

  1. buzzboychicago

    How do i resize an external swf file that i'm playing?

    on button click i have this code on (release){ loadMovie("Contact_Us_Page.swf", "_root.ClipTarget"); play() } is it possible within that to say to resize it to a certain xscale and yscale how would i do that? any help is greatly appreciated! thanks
  2. buzzboychicago

    HTML table align="center" valign="middle" problem

    www.chicagoarthurmurray.net is the site if you want to view what im talking about.
  3. buzzboychicago

    HTML table align="center" valign="middle" problem

    this the code i have </style> </head> <body bgcolor="#ffffff"> <table align="center" valign="middle" border="0"> <tr> <td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"...
  4. buzzboychicago

    HTML table align=&quot;center&quot; valign=&quot;middle&quot; problem

    I'm using this code to center a flash object on an html page... (so that no matter how the window resizes it floats in the middle of the window both horizontally and vertically) it is centering it horizontally but valign "middle" doesn't seem to do anything. The ojbect stays glued to the top...
  5. buzzboychicago

    Access Report/ Images Missing when printing, What size should i use.

    I need to imbed a company logo into a report for labels. I have a couple questions. 1) What type of image file should I use for access reports? Jpeg? Gifs? etc. 2) What DPI should I use. I realize I can resize the image but I want to design it in Illustrator and I want to design it at the...
  6. buzzboychicago

    Access Report Preferred Image DPI and Type

    I know you can rezize... however, it would be helpful to know what DPI the report is printing in, so that I don't design too big or too small.
  7. buzzboychicago

    Access Report Preferred Image DPI and Type

    I am designing a lable report, and designing a logo in illustrator. What file type do I need to use for access? And most importantly, what DPI are access reports designed in? Every time I bring in an image its too big and causes the page to bloat.
  8. buzzboychicago

    Excel Macro Check for Null field

    On entry of data I need to check A1 through H1 to find the first null field. How would I do that programatically?
  9. buzzboychicago

    Excel, Check Fields with Macro VBA

    on entry of data I need to check A1 through H1 to find the first null field. How would I do that programatically?
  10. buzzboychicago

    Recordset

    thats awesome! Thank you!!! Do you have any idea how I would be able to alter the code to allow for multiple fields? ie 1 Grapes 2Lbs 1 Walnuts 1Lbs becomes 1 Grapes.2lbs*Walnuts.1Lbs*
  11. buzzboychicago

    Recordset

    Okay... I need to take a normalized table ID Item 23 Apples 23 Oranges 23 Bananas 24 Grapes 24 Kiwi and convert it to ID Order 23 Apples, Oranges, Bananas 24 Grapes, Kiwi The "Order" Field being an array with 1 or more items. Does...
  12. buzzboychicago

    Max of recordset (Recordset Newbie)

    Thanks for your help jebry. That worked. Can I use a SQL string to asign data to variables or manipulate a recordset?
  13. buzzboychicago

    Max of recordset (Recordset Newbie)

    Below is some code that I want to use to programatically add data to a table. However, where it says "Insert Calculated Field Here" I want to find the max of the INVOICERESEND table. Not sure what the syntax would be of if I have to use some sort of SQL statement. Private Sub...
  14. buzzboychicago

    String Email

    Maybe this makes more sense... How do I get a table that looks like this... 12333 IceCream 12333 Apple 12333 Orange 23442 Butter 23442 Milk 23442 Raisins 23442 Dates to look like this 12333 IceCream, Apple, Orange 23442 Butter, Milk, Raisins, Dates
  15. buzzboychicago

    String Email

    If I have a table that has and AccountID and an Item, and I have multiple items per account ID for instance Account ID Item 2453 ProductTypeA 2453 ProductTypeB 2453 ProductTypeC How do I get the list of those product types into an email string? I...

Part and Inventory Search

Back
Top