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: Neenas19
  • Content: Threads
  • Order by date
  1. Neenas19

    Expression correct in one query/Incorrect in next

    Hello, I have attempted to find some previous thread on this, but was unsuccessful. My problem is that I am calculating a percentage in one query X time/Y time = z% Field name = gobbly% When I attempt to pull "gobbly%" into another query the expression does not calculate. When I...
  2. Neenas19

    Having serious issues with copying arrays

    Hello, I am attempting to copy arrays across several rows and columns. And I am getting some VERY strange behavior. So say I select 200 rows and 10 columns to paste into, the application randomly ( as in sometimes does this and other times does not) selects a row in the selection and...
  3. Neenas19

    Can you retrieve the code of an vb.EXE? HELP!!!

    Hello, I am in a dire situation. The background bas and frm files have been lost for a vb project. The EXE remains. Is there a way to retrieve the code?????? N
  4. Neenas19

    vscroll bar max property

    Hello, I have a very long form that I would like them to be able to scroll through. I have the scroll bar working however, it stops once it has reached its MAX property. I have attempted to change the MAX property both in the properties box and by declaring the MAX property upon load. Neither...
  5. Neenas19

    Listbox w/ two adjoining fields, I want to extract just one

    Hello, I have a listbox which is populated with two fields from a database. For example: list1.AddItem rs.Fields("ID") & " - " & rs.Fields("Name") So that the list in the listbox will look like this: 57-John Doe 89-Jane Doe 9447-Joe Smith Etc.... What I would like...
  6. Neenas19

    Error in Macro: String Parameter Too Long

    Hi There, I have a simple find and replace macro that I would like to run. It does fine up until the text goes above 255 characters. I understand that 255 is the "magic" length. However as I understand it the Dim As STRING should allow MANY more than 255. Correct? Here is my code...
  7. Neenas19

    Problems/ Errors with Find and Replace in VBA

    Hi There, I am working on a small find and replace macro that references an excel spreadsheet for the "replace" portion. My problem is that when the "replace" portion in excel gets to be a bit long it errors out with "String Parameter too long". Which I do not...
  8. Neenas19

    Excel Template Data to SQL server db

    Hello, I have an excel spreadsheet that I would like to distribute over a corporate network that would allow the user to send the records to a SQL server db. I currently have the spreadsheet sending to an .mdb, but I cannot seem to get it to connect to the .adp that I have stored on SQL...
  9. Neenas19

    Converting Seconds to HH:MM:SS

    Hello , I currently have the amount of time in SECONDS and am looking for a way to convert it to HH:MM:SS. Either Excel or Access would work. Any ideas?

Part and Inventory Search

Back
Top