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!

Recent content by zrazzaq

  1. zrazzaq

    Change an URL and open a new window

    Thanks... it worked
  2. zrazzaq

    Change an URL and open a new window

    Hi all: I wanted to know is there a way to change the url and redirect the existing page to one site and at the same time open a new window with a different url.. Thanks Zishan
  3. zrazzaq

    Calendar???

    Hi: Does anyone have a clue on how to display a calendar viewing all 12 months at the same time and then the user to select multiple dates and it prints on the screen of which they selected off the calendar? I do not know where to start with this one.. any help would be appreciated... Thanks...
  4. zrazzaq

    Excel and data into access

    well the spreadsheet is a form in excel can i do that
  5. zrazzaq

    Excel and data into access

    I have 700 forms in excel that were sent to me...I have to extract the data from these forms and place them into tables i created into access...Is there a way I can do this in vb without having to do this manually... Please help Thank you so much Zishan
  6. zrazzaq

    Copying excel sheet to another through access

    Hi: I have the following code: Public Function CopySheet() Dim xlApp As New Excel.Application Dim xlWB As Excel.Workbook Dim xlwbA As Excel.Workbook Set xlApp = New Excel.Application Set xlWB = xlApp.Workbooks.Open("U:\Databases\Sales.xls") Set xlwbA =...
  7. zrazzaq

    font color does not work????

    Hi: what is wrong with this statement the font color does not work? <td align="center" nowrap style="font:Garamond; font-size:12px; color:#FFFFFF;">
  8. zrazzaq

    Index with PHP

    In a MYSQL db.
  9. zrazzaq

    Index with PHP

    Hi all: Firstly, thank you for taking the time out to help me. Now, I wanted to do an index where a user can select a state and the school comes up according to the state. Does anyone have an example of this that I can see how it is done. please. Also would it be a problem with PHP that it...
  10. zrazzaq

    XML and AJAX

    Hi: I want to thank you for taking out the time and reading this. But I need to know If anyone has any code that can help me out on using a XML or txt file getting the data from there to populate my dropdown box. Basically have 6200 college names. Loading it right now into the dropdown box...
  11. zrazzaq

    DropDown or Array Help

    Awesome ideas, Anyone got a example of having letters and then the page refreshing and getting the colleges that correspond to those letters. I mean the code behind it? Thanks Zishan
  12. zrazzaq

    DropDown or Array Help

    Hi: I have a function called college_dropdown in PHP. The issue is the select/option statement list out all the colleges in US for example: <OPTION VALUE="A CUT ABOVE BEAUTY COLLEGE">A CUT ABOVE BEAUTY COLLEGE</OPTION> <OPTION VALUE="A T STILL UNIVERSITY OF HEALTH SCIENCES">A T STILL...
  13. zrazzaq

    Is there a find statement in coding?

    Hi: Basically I need a function that would find a decimal and increase it or decrease the number. For example, 0.753 I would need two numbers 0.75 and .076 so I can do this one query... I have no idea how to do this... Thanks Zishan
  14. zrazzaq

    Search in an array

    Thanks Ill try it out...Cool
  15. zrazzaq

    Search in an array

    Hi: I was wondering is there a function to search inside of an array for example: if I have an acct with duplicate categories I want the array to have one category not to be filled with duplicates. For example: Acct 1 Categories 2,2,2,3,4,5,6,6,6, I want the array just to...

Part and Inventory Search

Back
Top