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 IamaSherpa 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. sjmojeck

    Need to generate a checksum

    Hi, I posted the following in the SQL forum but would also consider doing this in access. I am trying to generate a check sum from a number such as 2300282697345. I can do this in excell but have not found a way to do it in SQL. How I do this in excell is take the number from the first...
  2. sjmojeck

    Need to generate a Check Sum in SQL

    Hi, I am trying to generate a check sum from a number such as 2300282697345. I can do this in excell but have not found a way to do it in SQL. How I do this in excell is take the number from the first worksheet and in a second worksheet I take the first number as it is(2), take the second number...
  3. sjmojeck

    Help with flat DB

    Thanks guys!
  4. sjmojeck

    Help with flat DB

    Sounds great, however I am a newbie to CGI databases - do you have any examples on how to do this? Thanks.
  5. sjmojeck

    Help with flat DB

    Hi, I have a script that allows people to input user information such as first name, last name, etc... and writes it to a flatfile. Is there a way then to check the entries for duplicates, copy the first 50 entries ouf of the database (flat) and email them to a person, then remove them from the...
  6. sjmojeck

    Need Help with perl database!

    Hi, I have a script that allows people to input user information such as first name, last name, etc... and writes it to a flatfile. Is there a way then to check the entries for duplicates, copy the first 50 entries ouf of the database (flat) and email them to a person, then remove them from the...
  7. sjmojeck

    send first 50 lines from db then remove to another

    Hi, I have a cgi that allows people to input user information such as first name, last name, etc... Is there a way then to copy the first 50 entries ouf of the database (flat) and email them to a person, then remove them from the database and store them in a secondary database? Any help is...
  8. sjmojeck

    Getting user name from Novell

    I am trying to retrive a username from the registry in windows xp. We are on a Novell network. I used the following but it doesn't work. tName = QueryValue("HKey_Current_UseR\Volatile Environment", "NWUSERNAME") Me![txtClosed] = tName Me![Date Closed] = Now()...
  9. sjmojeck

    Saved files have %20 for spaces

    mscallisto (TechnicalUser) Jan 30, 2003 Wrote: "If you do a Find and enter my file.doc, is the file found?" No, it does not find any documents unless you enter the %20
  10. sjmojeck

    Clearing Check Box in a Table

    I am trying to write a macro that will reset check boxes once a report is run. I have tried the following but none have worked. Set Value: [Query]![envelopes].[Value] =Off Set Value: [Query]![envelopes].[Value] =False Run Code: me.checkbox1.value=vbuncheck
  11. sjmojeck

    Saved files have %20 for spaces

    They are not saving the files as html files. Thanks
  12. sjmojeck

    Saved files have %20 for spaces

    One of our users has a problem with every file they save. They are running Windows 98 2nd Ed. with Office XP Professional. When they save or retrieve files, all the files have the web designation (%20) for spaces. So a file saved as "my file.doc" looks like "my%20file.doc&quot...
  13. sjmojeck

    Dynamic Directory Listing

    Is there any way to do this with html?
  14. sjmojeck

    Dynamic Directory Listing

    Is there a way to dynamically list the contents of a directory on a server in a web page?
  15. sjmojeck

    dynamically update field

    Here is some additional information: The field that I am trying to copy is an autonumber field. I would like the contents of the autonumber field copied to a number field on the same form. Thanks
  16. sjmojeck

    dynamically update field

    That is what I tried however the contents are not being updated. Any other suggestion?
  17. sjmojeck

    dynamically update field

    Is there a way to have the contents of one field on a form be copied to another field on the same form?
  18. sjmojeck

    ascii to integer

    How do you convert an ascii character to its integer value (example the ascii character is 5 I need the integer value to be 5)
  19. sjmojeck

    VB is not working correctly

    Hi, I am using the vb script at the end of this message to assign sessions to students. It works for the most part, however, every few records the order of assigned sessions is reversed for no apparent reason. Any help would be appreciated. Thanks ' Recordsets Dim Studs As Recordset...
  20. sjmojeck

    Export to excell formating

    Is there any way to export a table to excel and have excel pre-formated (Font type, font size, column width, row height,etc...) Thanks

Part and Inventory Search

Back
Top