Recent content by twinupshot

  1. T

    Preventing password removal tools from working.......How?

    Has anyone seen a good way to prevent the thousands of password removal tools from working? I would simply like the Excel protection to NOT be easily defeated by the use of these tools. Any ideas? Bryan
  2. T

    Update question

    I have a table with a field that has two Part numbers in the field- one being listed in () Parenthesis. example 56B900-09 (2221-9). I need to keep the Part Number in Parenthesis and delete the other in this field. What is the best way of doing this? Update query? Thanks, Bryan
  3. T

    Scrolling reports

    Yeah I tried that but I have Labels that Visibility is set to True/False depending on that particular rows returns in various fields. It works for each row independently in the Report Detail "On format" event procedure but I could never get it to work in a form. All the labels would base their...
  4. T

    Scrolling reports

    I agree....but then I would need it to change pages on a timed event so all pages eventually are displayed. Any ideas on that?
  5. T

    Scrolling reports

    Hey everyone, We have an overhead projector that displays a report but can't fit the whole page on the screen because of font size/legibility. Has anyone seen any tricks or code that can slowly scroll the report up and down the page? Or does anyone know or use other software to better display...
  6. T

    AfterUpdate problem

    Thanks for the help. I have started to recreate the form and it appears this will fix the problem. Bryan :rolleyes:
  7. T

    AfterUpdate problem

    Yes the autocorrect is off and I have done several compact and repairs. The only thing that I have noticed is when I select the Event procedure and Code builder and the VB box comes up, I start typing Me.etc... the VB suggestion box doesn't come up with a list of code choices. It does on other...
  8. T

    AfterUpdate problem

    I made a test(new) form and got the code to work. For some reason it is not working on the existing form. I don't feel the existing form is corrupt because other code works fine. I had it as a text box on the form, but I also tried it off using the Me.[Timestamp] = Now() It is something with...
  9. T

    AfterUpdate problem

    Thanks for the reply. I tried both ways you suggested. Same Error. I even tried using the Date() instead of Now(), no help. I tried it in BeforeUpdate and AfterUpdate, no change. I know I'm overlooking something preventing my code to work and I just can't see it.
  10. T

    AfterUpdate problem

    Thanks for the reply. I've tried the BeforeUpdate() as well. Same error. The Timestamp field is a date field.
  11. T

    AfterUpdate problem

    I Can't figure out why this doesn't work on a form that I want to populate the Timestamp field when they edit the record. Looks like it works for others that have posted. Do I need to add a New Reference to the reference Libary? I'm running Access2k I get an error box stating the procedure...
  12. T

    "Dis" allowing edits in datasheet mode when macros are used. Why won't this work?

    Thanks Rich, I did make those changes. Good Advice. Any ideas on my form problem?
  13. T

    "Dis" allowing edits in datasheet mode when macros are used. Why won't this work?

    "Dis" allowing edits in datasheet mode when macros are used. Why won't this work? Hello all, I'm looking for someone to help me understand why a form of mine that has only 3 fields - [Name], [Date], [Notes] isn't working right. I have the form's "Allowedits = No" which works great except when...
  14. T

    Network lag or Normalization?

    Ok one last question from your quote: "1. How wide (how many bytes) is one returned record for the most commonly used query?" How are you measuring this? Are you counting the number of returned characters per line? ie. 1 character = 1 byte. My understanding of your reply would be that a...
  15. T

    Network lag or Normalization?

    Oops! I guess I forgot to mention the backends are on the same local server. So, locally both Dbs report in 12 seconds. Take them 1 mile down the street via T1 (to get to the backends). One Db takes 14 seconds(no big deal) and the other takes 1min15secs. Same computers. Same exact reports...
Top Bottom