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 bkrike 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: sjmojeck
  • Content: Threads
  • Order by date
  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

    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...
  4. 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...
  5. 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...
  6. 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()...
  7. 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
  8. 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...
  9. sjmojeck

    Dynamic Directory Listing

    Is there a way to dynamically list the contents of a directory on a server in a web page?
  10. 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?
  11. 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)
  12. 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...
  13. 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
  14. sjmojeck

    Hi, I created a control to open a

    Hi, I created a control to open a search form based on a search using the following criteria: To open the form I use the event DoCmd.OpenForm "Search User", acViewNormal, acEdit The form itself has the sql query: SELECT [Contacts Temp].PIDMs, [Contacts Temp].PIDM, [Contacts...
  15. sjmojeck

    Dynamic filter does not work. Filter.Apply

    I am creating a dynamic filter as per Microsofts ACC:How to Dynamically Create a Filter. I created all the text boxes and macros and they work ok, the problem occers when I create the OnClick event procedure. According to Microsoft the command is Filter.Apply Filter When I create this...

Part and Inventory Search

Back
Top