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

  • Users: NewBie12345
  • Order by date
  1. NewBie12345

    Special Sort in Reports

    Thanks WildHare!!! What I did was: Create a second field that striped the number out using the "val" function, Sort = Ascending (this is placed before the original field in SQL syntax) Then I sorted the original field ascending and ... all is well in the world!!! Many Thanks Bill...
  2. NewBie12345

    Special Sort in Reports

    Hello all! I am trying to sort an alpha-numeric field in my reports with poor results. The data is similar to an outline format (1, 1A, 2, 2A, ... , 10, 10A, ... up to 50). Access returns (1, 1A, 10, 10A, 11, ... , 2, 2A ... and so on). I would appreciate any help in this matter.
  3. NewBie12345

    problem with scritp

    Emailed!
  4. NewBie12345

    problem with scritp

    well, i was wondering if i could email you the script so you could see the entire code or, do you want to talk on yahoo messenger or somthing ?
  5. NewBie12345

    problem with scritp

    thats how i did it: <FORM NAME=&quot;script&quot; ACTION=&quot;script.cgi&quot; METHOD=&quot;POST&quot;> <INPUT TYPE=&quot;HIDDEN&quot; NAME=&quot;action&quot; VALUE=&quot;send&quot;> TABLE WITH FORM FIELDS </form> and it still does the same thing
  6. NewBie12345

    problem with scritp

    heres what the form tags are: <FORM NAME=&quot;script&quot; ACTION=&quot;script.cgi&quot; METHOD=&quot;POST&quot;> <INPUT TYPE=&quot;HIDDEN&quot; NAME=&quot;action&quot; VALUE=&quot;send&quot;>
  7. NewBie12345

    problem with scritp

    i did it and i get the same errors here i'll show more of my code: #!/usr/bin/perl -w use CGI; #loads cgi.pm. use CGI qw(:all); print header; ###################################################################### # EDIT THESE VARIABLES BELOW...

Part and Inventory Search

Back
Top