Search results

  1. Y

    Why TabIndex is NOT tabbing ?

    Hello, My form turns certain controls invisible/visible and changes its left/right position in the form depending on who (Region or National) logins to the application. I have this function that handles the Tab Index order. But when I ran the application, the tab order does not get set as...
  2. Y

    Desperate HELP needed on Main & Subform question !

    :o Desperately Seeking Help ! I have a Form and within it is a Subform. Form has a textbox to enter a date. Code will accept the date entry and query if it exists. If it exists, get all its associated data and display in Subform for user to edit and add more child records. If it does...
  3. Y

    Main form add new record / SubForm missing Parent ID

    Hi, My main form has a combo box cboDate populated with [SELECT DateComplete FROM Complete] and its recordsource = [Complete] table. The subform has a combox NAME and 3 other textboxes for numbers entry and its recordsource = [Complete Details] table. Main and Subform have Link Child/Parent...
Back
Top Bottom