Recent content by trevorw

  1. T

    Replicated Databases

    Hi, I have a database which has been replicated. However, I no longer have the design master but need to make some changes to the design of the database. Is there any way to convert a replicated database back into a master or standalone database? Many thanks, Trevor Actually it's okay - I...
  2. T

    Maximum form height

    Hi all, Is there a maximum height a form can be? I have a form but I cannot make the "detail" part of it any taller than 55.87cm. Many thanks, Trev
  3. T

    Default value from query on new record

    Hi, I have a form with a number of text boxes which get their contents from a query (SELECT people.*,notes.goals FROM people,notes WHERE people.person_id = 1 AND notes.person_id = 1)... I would like one of these text boxes (notes.goals) to include info about this persons goals when a new...
  4. T

    Linked Forms

    err... forget that... i was being dense
  5. T

    Linked Forms

    Hi all, I have created a database with 2 forms - form1 displaying data from table1 and form2 displaying related records from table2. form1 has a button which opens form2. If a related record exists in table2 then form2 displays the correct record... however, if no record exists already then...
Back
Top Bottom