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 SkipVought 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. sandybloomberg

    a very generic question

    Here is an example for you. The first sub calls the function IsRecord. The result is passed back in the IsRecord function. Hope this helps. Private Sub Event_ID_BeforeUpdate(Cancel As Integer) Dim CheckExistingRecord As Boolean 'HERE IS THE EXAMPLE CheckExistingRecord =...
  2. sandybloomberg

    CLOSE FORM BUTTON DOES NOT OPERATE

    It would appear that the form has become corrupt. The coding is correct but it just doesn't run. The only solution is to recreate the form from scratch. To avoid this problem in the future I would recommend frequent backups, especially if you are changing the database. If a form becomes...

Part and Inventory Search

Back
Top