Search results

  1. B

    Please help with normalisation

    Shockingly simple. Thanks. :o
  2. B

    Please help with normalisation

    I have a <person> table, a <house> table and need to register people's tenancy in these houses. First thought is to create a <tenancy> table with foreign keys to <person> and <house> tables. So far so good. A tenancy will have a start date and an end date, no problem there. However, a...
  3. B

    Question How can I maintain different version of database?

    Thanks Gemma and George I am aware to be careful about this one, hence the question on the board. One does not want to do dublicate work! With regards to mde/password protection I hard a struggle with the client :mad:. I didn't want to my code to be "open source" but the client didn't want to...
  4. B

    Question How can I maintain different version of database?

    Hi. I am up to version 4.0 in a database to one of my clients. The database is used at different locations and all work independantly from one another. Now, one of the sites want some special work done (additions) to the database. I want to be able to maintain the "core" database and add...
Back
Top Bottom