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 Wanet Telecoms Ltd 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: JezzaHyde
  • Content: Threads
  • Order by date
  1. JezzaHyde

    XP Boot errors - exclamation marks everywhere!!

    Hey folks! Seem to have run in to a bit of a pickle on this one. This afternoon i was browsing the web, when a brief error msg appeared (not sure of the exact contents because it only flashed on the screen, but i'm pretty certain it involved something about "drivers") Straight after...
  2. JezzaHyde

    Admin Pack for XP service pack 1

    Hi folks, I'm trying to install the admin pack on my pc at work, but the problem is that the latest Beta3 version only applies to XP...not XP service pack 1. Any ideas?? -Jezza
  3. JezzaHyde

    Report detail problem

    Hey folks, I've searched through heaps of responses and tried all the different techniques...but i can't seem to fix my problem; that being that my detail section, although having its height set to 0.6cm, is producing large amounts of white space. I tried setting the Can Grow/Shrink properties...
  4. JezzaHyde

    Invalid SQL statement

    Hey folks, this one is causing me some grief. All i'm trying to do is open a recordset, but my code keeps falling over at the sql statement. This is the relevant part of the code: Dim strSQL As String strSQL = "SELECT * FROM Reminder WHERE Reminder.RemDate = Date()&quot...
  5. JezzaHyde

    Weird font troubles

    Hey folks, I seem to have run in to a weird problem. I recently discovered that when i run Windows Media Player or the Home Networking Wizard (i'm sure there are other instances, i just haven't encountered them) all the words/letters are replaced by squares :S The only thing i can think of is...
  6. JezzaHyde

    Autofill a textbox

    Hey folks, I have a feeling that the solution to my problem is rather simple...but i can't seem to figure it out. I have a form that is used to enter new records in to a table. On the load of this form, i want to set the value of one particular textbox, to the maximum value contained within a...
  7. JezzaHyde

    Dealing with Replication ID's

    Hey folks, I'm having trouble dealing with the output of Replication ID's. Basically, i'm trying to create a query on the fly, with the "WHERE" clause containing the ID of the current record, and this ID is a Replication ID. The problem is that when the ID is passed to the SQL...
  8. JezzaHyde

    Disabling Messaging

    Hey folks. A fellow workmate is running Windows 2000 (something with which i am not too familiar) and has asked me if i could disable the windows messaging program, as each time the UPS on the server sends a message broadcasting its status, the message pops up on his screen and he doesn't like...
  9. JezzaHyde

    Deleting earlier instances of a record

    Hey folks, Don't know if what i'm trying to do here is possible...but i'll ask it anyway. I'm looking for a way to delete records in a table that have the same ID# but have different dates associated. Eg; ID Date Value 1 28/08/02 ABC 2 28/08/02 XYZ 1...
  10. JezzaHyde

    Automatically Emailing Report

    Hi folks. I currently have a report, based on a table, that contains information regarding changes to data within the database...that is, it records the name of the user that edited/deleted a record, the name of that record, the reason the record was edited/deleted and the time this transaction...
  11. JezzaHyde

    Controlling Record Deletion

    Hey folks, I'm having difficulty figuring out how to allow (or not allow) a record to be deleted, based on the actions of the user in another form. Here's the scenario: When the user choses to delete a record, a pop-up form appears, requesting the ID of the user to be inputted into a...
  12. JezzaHyde

    Adding records to a table

    Hi there folks, I seem to have backed myself into a corner and am looking for the least painful way out of it. Here's some background info to my dilemma: I am trying to compile a central repository of client information. So far i have successfully sourced all the various pieces of data and have...

Part and Inventory Search

Back
Top