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 strongm 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: rsims
  • Order by date
  1. rsims

    Kodak Imaging for Windows

    Can someone direct me as to where I could download the Kodak Imaging for Windows. Thanks!
  2. rsims

    windows xp and accress

    I'm trying to run both microsoft access 2000 and 97 on my xp computer. The 2000 works just fine, but when I try to run the 97 a message appears 'Microsoft access can't start because there is no license for it on this machine'. I installed both from original disks. Any help would be greatly...
  3. rsims

    xp and access

    I'm trying to run both microsoft access 2000 and 97 on my xp computer. The 2000 works just fine, but when I try to run the 97 a message appears 'Microsoft access can't start because there is no license for it on this machine'. I installed both from original disks. Any help would be greatly...
  4. rsims

    mixed case text

    I want to be able to store the data they type in a text box for first name in mixed case (ie. John). How do I acheive this when they could enter the name as john or JOHN or jOhN or whatever? I want the mixed case 'John' to appear in all other forms and reports not what they typed.
  5. rsims

    end of a recordset error message

    I have a button called insert next record that runs the following code after data entry is complete. private sub button 24_click () docmd.save docmd.gotorecord , , acnewrec end sub The following error messgae comes up when I click it. rutime 2105 you can't go to the specified record you may...
  6. rsims

    networking 2 pcs

    I have 2 pcs and a cable modem all connecting through a switch. 1 pc runs windows xp and the internet connection works fine. The other pc runs windows 98 and can not connect to the internet or connect to the windows xp computer. I don't really need it to connect to the internet I just need it...
  7. rsims

    combo box display

    I have a form with a several combo boxes and other text boxes on it. What I'm trying to acheive is when the users selects a value from the first combo box I want the second combo box to display the specific value but also allow them to change it. For example They selected 40 in combo box 1 I...
  8. rsims

    Access Security Question

    I have a Microsoft Access database that I will be emailing to various people for data entry only. Is there and easy way to lock/password certain tables, queries, reports, forms, macros from being modified in design or entries add/changed to a specific table. The database pops up with the...
  9. rsims

    Julian Date

    How do I convert a Julian date into a calendar date? Like MMDDCCYY or Month Day, Century Year.
  10. rsims

    converting excel spreadsheet to formatted text space delimited

    dsi suggestion didn't work. The test spreadsheet contains 10 rows, 26 columns (A - AC) in the space delimited file created from excel. The first 10 rows appear with columns A - P and then after those same 10 rows with columns P - AZ appear. See sample below: 001 92859156R10...
  11. rsims

    converting excel spreadsheet to formatted text space delimited

    I have an excel spreadsheet with columns A - AC and I need to save it in formatted text space delimited. When I do save as and select formatted text space delimited the file wraps at 255 characters. Is there anyway to get around this? I need the entire row to be on one line followed by the...
  12. rsims

    Converting Uppercase to Mixed Case

    I have data all in uppercase and I need to convert mixed case. For example: 1. I need the first letter to be Caps followed by all lower case the field is a PIC X(35). See example below: INPUT: REINVEST DIVIDEND EXCHANGE CHANGE IT TO: Reinvest dividend exchange 2. I need the...

Part and Inventory Search

Back
Top