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!

Search results for query: *

  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...
  16. buzzboychicago

    Sending Form data to query criteria...thread702-794545

    yeah...i figured it out... I brought all the data up a level (it was in a subform) and I put it in the main for and tried it again and it worked without prompts. Does anyone know if its possible to direct the data to the subform. I am assuming it has to do with the order in which things are...
  17. buzzboychicago

    Sending Form data to query criteria...thread702-794545

    I have it open...im not sure the form is seeing it though.
  18. buzzboychicago

    Sending Form data to query criteria...thread702-794545

    thread702-794545 is kind of what Im talking about. I have a small form with to date pickers... and have referenced those in the query... Between [Forms]![Form8]![StartDatePicker] And [Forms]![Form8]![EndDatePicker] If I open the query...the query does actually display records in respect to the...
  19. buzzboychicago

    SQL, Recordsets, Forms, Subforms...

    Oh...another example... when I am going to press the command button... I need to run a count of the checked boxes in the continuous subform. (So if it is 0 I can message the user) Any ideas if say my control name was "sendemailchkbox
  20. buzzboychicago

    SQL, Recordsets, Forms, Subforms...

    Hi, I am creating some dynamic forms and need to be able to query off of the data that is in the form including unbound fields. For example... I have a subform with a list of records that I want to export upon the click of a command button, but I only want to export the ones that have checks...

Part and Inventory Search

Back
Top