Recent content by wobrown

  1. W

    Access 2003 db to see a linked table, ONLY when an ODBC link is available?

    I am looking into addressing a situation similar to the OP's. My database (Access 2010) currently depends on several linked tables that connect to an Oracle server via ODBC using a system DSN. The database can only be used when it is connected to the network, but I'd like to be able to work...
  2. W

    Subform displays previous record from main?

    I ended up changing a .requery to .refresh and the problem was solved. Thanks, again
  3. W

    Subform displays previous record from main?

    So I have my frmCollection set up backwards. I'll rebuild another frmCollection when I have a chance and will let you know how it goes. It's strange that the way it is set up now worked for a while, but this should be fixed in any case, it sounds. It follows that to normalize the...
  4. W

    Subform displays previous record from main?

    Thanks, Bob! I had felt that I probably shouldn't be storing the SN in both tblLIMSpipettes and tblCollection, but...hmmm... There are a finite number of pipettes, each with a representative record in tblLIMSPipettes. For each pipette, many calibrations will occur over time. A...
  5. W

    Subform displays previous record from main?

    Greetings, I've been teaching myself Access and VB to establish a chain of custody tracking database. I'll hopefully be able to attach the current version of my .mdb so that I might receive some guidance regarding an issue that suddenly appeared. Here's an outline of my intentions and the...
Back
Top Bottom