Search results

  1. S

    copy a column and it's properties

    hello, I wanted to know how to copy a column and it's properties by programming (VBA-SQL). I have a column that has a list of values, and want to duplicate it (with another name).The new column should have the same list of values. thanks for reading. Seiky
  2. S

    copy a column and it's properties

    hello, I wanted to know how to copy a column and it's properties by programming (VBA-SQL). I have a column that has a list of values, and want to duplicate it (with another name).The new column should have the same list of values. thanks for reading. Seiky
  3. S

    Access and Pivot Table

    Hello, I want to create a pivot table form with Access 2003. The user selects fields and then when he clicks to a button I create the pivot table form (and I add fields to the fieldset), the user closes the form when he has finished the settings and I save the settings on the form. But if the...
  4. S

    Closing a subform

    Hello, I need to close a subform to update the controls on it (deleting and adding), and without closing the main form; without using the "visible" propriety. Thanks
  5. S

    Creating controls on run time?

    Is it possible to add a control (textbox, commandbutton) at run time, I know it's possible with VB but is it with VBA? Thanks.
Back
Top Bottom