Search results

  1. T

    Determine Which Textbox has Focus

    Hello, I have a form with 24 textboxes and I wish to grab the name of the textbox that currently has the focus by using Screen.ActiveControl.Name. Instead of calling a function to get this information by creating all 24 textbox OnGotFocus events, is there a way to trigger the function under...
  2. T

    Table Stucture Help - Tracking Varying Time Periods

    Hello, I'm having a hard time trying to figure out how I should go about designing the table structure for the hours tracking for the database I'm working on. Basically, I have a table with projects (tblProj) that I need to track the number of labor hours worked per month. The problem lies in...
Back
Top Bottom