Search results

  1. T

    Survey Database Design - hit a snag

    Hi ees101, This is a common problem, Access does not work with many - many relasionships. The way you have worked around this problem is the generally accepted way to do it I am by no way an experienced access usr but have been learning for ICT A levels. Hope this helps Tommy.
  2. T

    read and update single record in table via VBA

    Ive just ralised what you were saying - I need to use .edit to read it! It works now! Thaks loads!!! Tommy
  3. T

    read and update single record in table via VBA

    Thanks, But I dont want to edit it,. I just want to put it into the variable. Thanks again, And sorry if i'm being a bit dense! I'm only a beginner! Tommy
  4. T

    read and update single record in table via VBA

    Thanks, but isn't there a way to just specify a single record without all that code? something similar to what i have above but just reversed?
  5. T

    read and update single record in table via VBA

    Thanks for your reply, I'm afraid it does not quite answer the question, however. What i'm after is simply the code or some explination of how to get a string from a record in a table into a variable in vba. I am using: Set Location = CurrentDb.OpenRecordset("SaveLoc")...
  6. T

    read and update single record in table via VBA

    Hi all, I'm, sure this has been asked before but i cant fnd any info on it so here goes... I have developed a system to back up or export the contents of the tables in my data base to delimited text files with the destination being chosen via a folder browser, However, What i would like to...
Back
Top Bottom