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

    Inserting Images in Access

    Hi all, After finally resolving some corruption issues in one of my databases (thanks again Ramou and AceMan) I have a general question or three. I have a table where one of the fields is an OLEObject datafield that stores a CAD drawing image. When the table was first developed it was...
  2. sheusz

    Search key was not found error

    Hi all, I have a table that seems to contain a corrupt record but I can't delete it. If I select the record in dataview and then try to delete it I get the error message "The search key was not found in any record" The CustomerID field (a text field)is blank (it shouldn't be) and I am not...
  3. sheusz

    Runtime Error 2501 on Cmd.Save

    Hi All, I have a database that is run across a server that used to work fine. Recently I added the following code to one on the data entry forms; Private Sub Form_BeforeUpdate(Cancel As Integer) 'Provide the user with the option to save/undo 'changes made to the record in the form If...
  4. sheusz

    Filter the data displayed on a from.

    Hello All, Since joining this forum I've learnt a lot about MS Access and every question that I have asked has given me a solution. I am hoping that someone can help me with this little problem. I have a form that displays on it the last time I visited a customer; =DMax("[Service...
  5. sheusz

    Display search query on form.

    Hi All, I know this is simple but I can't seem to get it working.[sadeyes] I have a form that is run from a command button. The form runs a Query which searches a text field in a table and returns the results on the form. What I want is for the search string to be passed on to the form so...
  6. sheusz

    Display data from last record entered on form.

    Hi All, This is my first post so I haope that someone may be able to assist me. I have a service records database containing a number of tables, two of which are CustomerInfo and ServiceHistory. I have a form that displays all the customer information but I also want to display (& not edit) the...
  7. sheusz

    Display last record entered on form.

    Hi All, This is my first post so I haope that someone may be able to assist me. I have a service records database containing a number of tables, two of which are CustomerInfo and ServiceHistory. I have a form that displays all the customer information but I also want to display (& not edit) the...

Part and Inventory Search

Back
Top