Search results

  1. B

    Finding Number of fields in a Recordset/Table

    I'm creating a Graph based on a tmp table with a unknown number of Fields, and seaching for a function to find the total number of Fields directly in the Table or by using a Recordset.
  2. B

    Updating Axis tickmark/ticklabel spacing

    I'm generating charts in a form from VBA, and have two problems connected to this: 1. I'm using the following code to set the spacing for tickmark/ticklabel Forms(frmxxx).ctlxxx.object.Axes(xlcategory).TickMarkSpacing=5 Forms(frmxxx).ctlxxx.object.Axes(xlcategory).TickLabelSpacing=5 This is...
  3. B

    Frequently update from xls/cdv/sdv to a table

    Hi! I’m creating a price database for stocks etc. and have some questions connected to it: 1. I’m receiving several new input files every day (mostly xls, sdv &cdv). Is it possible do import the daily price files directly to my existing table, or do I need to create a temp table every time I’m...
Top Bottom