Search results

  1. Y

    Why TabIndex is NOT tabbing ?

    Hi there, info -- these controls all sit in a TAB control "Report Information" and there are 3 of these TAB contols in my form. So, in the my SetTabIndex function, do I have reference these TAB controls specifically ? If yes, what is the syntax like ?
  2. Y

    Why TabIndex is NOT tabbing ?

    Hi there, Yes, I have done that - that is put a break point and I step through each line in this function at run time to be sure the lines are executed. Any other suggestions that I can try ??? :confused:
  3. Y

    Why TabIndex is NOT tabbing ?

    Hi there, This is the main data entry form for the Regional and National members. Some of the controls are visible for both types of member but they may not appear in the same layout order. Some controls are visible and specific only to each of these types of member. That's the reason why...
  4. Y

    Why TabIndex is NOT tabbing ?

    Hi there, I have just checked to be sure --- all the Tab Stop property has been set to 'YES'. Any idea what else am I missing here ?
  5. 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...
  6. Y

    Desperate HELP needed on Main & Subform question !

    Thank you so much for responding, makes my Friday morning a little better now ... I will look at the samples right away.
  7. 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...
  8. Y

    Main form add new record / SubForm missing Parent ID

    Hi Wayne, The main form has a combo box containing available [Date Completed] - user selects a date and it will display the details in the subform. The subform has continuous row display :combo box [Name of Staff], 3 other textboxes for number entries. The user can then edit and add to the...
  9. 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