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

    submit() works fine in Firefox but does nothing in IE???

    Hi, I've got a javascript issue that i can't seem to overcome. I have a page that works fine in Firefox but i can't get it working in IE6. Annoying thing is no error is actually thrown, the form just does not submit. If anyone can spot the problem, I'll love you long time. <!DOCTYPE HTML...
  2. faeryfyrre

    DAO, Access 97, SQL-Server7, Error 5701 & 5703

    Hi again, I've got another problem relating to DAO, Access97 and SQL Server7. When i try to open a recordset in an ODBCDirect workspace based on a PassThrough query to SQLServer7 i get the following Error message: Error# 5701: [Micorsoft][ODBC SQL Server Driver][SQL Server]Changed database...
  3. faeryfyrre

    Access 97, SQL Server 7 Stored procedures and DAO

    Hi guys, I've been trying to solve this one for three days now and my head is aching from bashing it against the invisible wall that is blocking my progress. Background. The company i am contracting for has Access 97, SQL Server 7 and DAO 3.5. The IT department has told me that i must used...
  4. faeryfyrre

    Create a Stored Procedure via ADO. Is it Possible????

    I was wondering whether it is possible to create a stored procedure using the command object from the ADO library? Alec Doughty Doughty Consulting P/L &quot;Life's a competition. Play hard, but play fair&quot;
  5. faeryfyrre

    Outlook.MailItem Class Invalid

    Hi, I am trying to store an outlook message (saved from outlook as a *.msg file) in an OLEobject field. I am using a Bound Object Frame as the bound control on my form. I am getting the Following Error message when i run the code below. Could someone please point me in the right direction...
  6. faeryfyrre

    Performance issues with OLEembedded files

    Hi Guys, I'm in need of some advice. I have a database which stores Employee Commission information. For audit purposes i need to store some emails as proof of approval by Employee's supervisors. Now each record needs to store 10 approval emails and there will be approx 200 records added...
  7. faeryfyrre

    Determine whether control or attached label was clicked

    Hi, Assume i have a textbox with an attached label. How can i determine whether the label or control was clicked. Ordinarily, Access just assumes the textbox was clicked, but i need to determine where the click happened. For reasons i won't go into, the label needs to be attached to the...
  8. faeryfyrre

    RecordSetClone Issue

    Hi Guys, Firstly, sorry about the length of this post. Getting yourself a cup of coffee might not be a bad idea :-) I am developing a database in which the client wants to have two modes for each form, a locked and an edit mode. This is to eliminate any accidental record updates (necessary as...
  9. faeryfyrre

    ADO FIND method Error 3001

    Hi, Just wanted to collate some of the information i've found in various threads regarding the &quot;Error 3001: Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.&quot; error that Access/ADO throws sometimes when using the .Find method. I found...
  10. faeryfyrre

    Determine whether subform has focus

    Hi, Just though i'd share a little trick i just worked out. It relates to determining which subform on you mainform has focus. This trick will allow a subform to determine whether it has the focus. Scenario: I have a mainform with two subforms. The second subform is actually dependant on the...

Part and Inventory Search

Back
Top