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 shane, It is not exactly what I am looking for. In all these cases you start by copying a record to a new record. In my case I am pointing at the new record and from that point I want to find another record from which I want to copy some fields. My first problem is how to select the record...
  3. 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'...
  4. N

    subforms?

    forms-subforms Ok, I didn't receive a lot of help (yet?). I made a form and on top I used a listbox containing the Products. then I made a subform wich is using a query which contains the Description and the ProductDescription table. Now when I choose a product then automaticaly all the...
  5. 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...
  6. N

    what to do?

    thank you for your help, I think I will use just text fields with pathname and filename to the word dcs1 greetings nelleh
  7. N

    what to do?

    Hi, I had found this site already, but the price for this product now is to high for me :( . So I searched the web for shareware but coudn't find some.
  8. N

    what to do?

    Just with hyperlinks? I used a OLE field to insert the hyperlinks. Every link cost me ablut 200Kb.
  9. N

    what to do?

    Hi bat17, That is what I have done (i didn't write it correctly), I had hyperlinks and it takes 200 kb for each link....
  10. 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