Search results

  1. C

    Font/Colour change on Print of Report

    Change colour/font of text box when printed depending on its value .
  2. C

    FindFirst on a recordset

    Hi, In code i have opened a record and from this recordset i want to select a particular record. To find this record I need to give two criteria’s, one is a product code and the other is an issue number (Both of these fields are numeric). So far I am able to specify only one criteria...
  3. C

    Saving OLE objects

    Hi, Could anyone tell me how to save a ole object in code. At the moment my code looks a bit like this. with myset !Picture = OLEPic end with this does not work and when i flick though the records the picture is not diplayed. in the table the OLE field shows 'long binary data', instead of...
  4. C

    SubForm Link

    Hi Charityg, have have tried requerying the subform and querys etc but still no luck! can you think of anything eles? I can't understand why it works after going into the design view and back to the normal view.
  5. C

    SubForm Link

    I have a form in access 97 with a subform built into it. on the main form there is a combo box with a list of company products and when I select a product I want the subform to only show data that relates to that particular product. The state of the form at the moment is that I can select a...
  6. C

    SubForm Link

    Thanks Kevin, I tried that but it still didn't work the only difference is that by going into the design view and back to the normal view the problem still exists where as before this would resolve the problem.
  7. C

    SubForm Link

    I have a form in access 97 with a subform built into it. on the main form there is a combo box with a list of company products and when I select a product I want the subform to only show data that relates to that particular product. The state of the form at the moment is that I can select a...
Top Bottom