Search results

  1. B

    Unlinking tables in code

    I need to do the unlinking of tables in code and I am looking at doing this by deleting the applicable tabledefs for the linked tables. Is this the best way to go about doing it, or can anyone make suggestions on alternate ways? Bryan
  2. B

    Setting properties of controls

    In the code for a report I am setting the .Left property of a Label according to where I want it to display on the report. This is determined by the current record being written. For most records this works fine but I have 1 record for which the correct position is passed to the .left property...
  3. B

    % datatype

    I have some access97 code that uses dim statements such as Dim i%, DoIt%, FirstTab% Is this just another method for declaring variant datatypes? (each variable holds a different type)
  4. B

    Requery memory leak?

    I have a form that is used to manually edit any invalid records that are included as part of an import file. The form has a query as it's recordsource and a requery of this is run after each invalid record is dealt with. Each requery runs slower than the preceeding one and If a large file is...
Top Bottom