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

    Conditional Formatting - Date function not consistent

    Problem: Coding conditional formats returns different (inaccurate) results then when using the built in conditional formatting functionality (via the menu). In Access on a datasheet form, when I create multiple formatting conditions for a field using the 'Conditional Formatting...' option on...
  2. flize

    Controlling datasheet properties in code

    When I view a datasheet as a subform from a main form, I can resize the width and reorder the columns on the grid display, then select SAVE from the File menu to save those settings. How can I update or access these settings in code? When I view the individual fields on the subform in design...
  3. flize

    Return current Excel row to Access

    I've created the necessary excel objects and am referencing a spreadsheet from a form module. I now need to determine how many rows of data are in the sheet. Assuming there are no blank rows, how can I determine how many rows of data are in column 'A' for example. I've tried a couple methods I...
  4. flize

    Form (global) level event handling

    I have a form with a lot of editable text boxes. When the user changes (updates) the data in some of the text boxes, I want to set a global boolean variable to true. However, I don't want to create an after_update event procedure for each and every text box just to set one global variable to...

Part and Inventory Search

Back
Top