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

    command button in report

    I want to put a command button in the page footer of my report. However once I have placed it, it doesn't allow me to add a macro. Actually the only thing I can change within the properties is the format, but not the event. Anybody know why that could be and what I can do to solve it? Any help...
  2. Frederic74

    Make controls flash once they are enabled

    I am pretty new to access so forgive me..... I would like to make each control of a form flash once enabled. I have tried working around some advice I was given. Timer Event: Private Sub Form_Timer() Me.YourLabelName.Visible = Not Me.YourLabelName.Visible End Sub That only enables one control to...
  3. Frederic74

    Saving the current record of a form before updating into another table

    I am pretty new to access, so forgive me. I would like to safe one record from a form and safe this record before it's being changed to another table. I have created an append query to append from my form's recordsource to another table. I have selected the record in my query using criteria...
  4. Frederic74

    How can I create a user-friendly search

    Hi, I am pretty new to Access, so forgive me if this is a simple problem.: Here is what I want to do: I have a equipment database with: EquipmentTbl – pkeyEquipmentID; pkeyCategoriesID; strCategories; pkeySubcategories; strSubcategories; strItemDescription; strSerialNo; strModelNo...

Part and Inventory Search

Back
Top