Search results

  1. N

    applications width and height

    Hi, Does anyone know how to set the application's width and height? I have an access application and I want to resize the applicatoins' with and height, NOT the forms! is this possible? greetings nelleh
  2. N

    copy record

    Hi, I have a form ('A') for editing new records in table 'T' . I want to be able to copy data (just some fields) from another record to this new record. This was my plan: On this form 'A', I made a button "copy another" that opens a form 'B' that should show all the records from tabel 'T'...
  3. N

    subforms?

    Hi, I have 3 tables : Products, Description and ProductDescription. Products can have more then 1 description, Descriptions can be used by more then 1 product, that is why the third tabel ProductDescription exists (normalizing..:) ). The Productdescription table has 3 fields: id, productid...
  4. N

    what to do?

    Hi, I have to design a database which consists of user manuals for products. There are about 6500 products. So there will be at most 6500 user manuals (at most because some produkts have the same manuals). How do I store the manuals? 1) If I use memo fields then the text can not be formatted...
Back
Top Bottom