Recent content by Lanox

  1. L

    Event for combo box and make changes visible to graph

    I think the updating of the table is not really the problem. The area where the graph should be is completely blank. There is no graph at all, not even one with empty data. The Row Source looks is a query and looks like this: SELECT Time, Calibration,Empirical,Override FROM [Primary Revision]...
  2. L

    Event for combo box and make changes visible to graph

    Hi Nick, thanks for your reply. The suggestion regarding AfterUpdate works like a charm. But regarding the second problem, my vba doesn't recognise "GraphControl" in Me.GraphControl.Requery I have tried Me.MyGraph.Requery where "MyGraph" is the name of the graph. VBA compiles and runs it, but...
  3. L

    Event for combo box and make changes visible to graph

    Hello, I am just a self-teached beginning access user, so every usefull comment is welcome. I have a form that retrieves some parameters X1, ..., Xm (X all together) and a multiplier Y from a database. Then it computes at several points Z1, ..., Zn function values f(X,Y,Zi) and stores them in...
  4. L

    Join two tables

    Hello jdraw, I am completely new to access and need to work with an advanced access program (at least it is advanced from my point of view) and change it to some of our new needs. The tables that I was talking about are not really tables but are the results of a query (which looks like a...
  5. L

    Join two tables

    Hello, I would like to join two tables: TableA and TableB. The first column of both tables is the same: Date. The other columns are different and also the number of columns is not known. I would like that the resulting table starts with column Date, then shows the remaining columns of TableA...
Back
Top Bottom