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: *

  1. tdenny

    Oracle Connection

    I had the same problem and apparently there's a bug in the Microsoft Oracle drivers. I was able to get around the prompt for userID and password by creating a pass-through query that runs in the on load event for my form. This query then passes all the connection information in the the query...
  2. tdenny

    New Record with code

    Hello Sullaway, Thanks for the tip. I actually finally got it to work. I did have the DoCmd. statement correct but the Allow Additions property was set to No. Thanks.
  3. tdenny

    New Record with code

    Hello, I am trying to get my form, which is linked to an Oracle table, to open to a new record. I've tried the standard Do.Cmd.... connected to both a button and an event and both return the message "Can't go to the specified record" - you may be at the end of the recordset. does...
  4. tdenny

    Subform Error Message

    SKO, Thanks much for your response. It worked very well.
  5. tdenny

    Subform Error Message

    Hello My small database has two tables ActionItems and Status comments. These tables are linked Primary Key and Foreign Key together. I have a main form and a subfom that displays the status comments which could be many. I would like to be able to add new status comments to the form...

Part and Inventory Search

Back
Top