Search results

  1. T

    Add a record to a subform

    Thx for your reply but I got it working using this: I put this behind "Add New Record" in the OnClick event. Me.frmSubform.SetFocus Me.fromSubform.Form.Firma.SetFocus DoCmd.GoToRecord , , acNewRec
  2. T

    Value list problem

    I have tried this: [Forms]![formname]![fieldname].Requery But it doesn't seem to do the trick
  3. T

    Background color problem

    I have this problem asking to fast instead of trying a bit. Nice picture tho ;)
  4. T

    Background color problem

    Thx a lot. It works now
  5. T

    Background color problem

    1) Where do I find the form object? 2) Where can I find the view menu
  6. T

    Background color problem

    I want to change the background color to a plain white color. So I used the coloring bucket to fill it in. The problem is that it does not have any effect. In the picture you can see that the greyish color with the white dots remain. This is some kind of standard template. Is there anyway I...
  7. T

    Value list problem

    Where can I acces the after update event cause I can't seem to find it. Is it somewhere here I have to look?
  8. T

    Add a record to a subform

    As you can see I have a form with a subform in it. What I want to achieve is that when I press add new record a blank record will popup in the subform without all the other records you currently see. An example of this is the picture under this. If I then fill in the new record row the record...
  9. T

    Value list problem

    I'm making use of a value list to add firms in a column. Now I would like to try something out. Suppose there is another firm that isn'nt in the value list. I selected no for the Limit To List question. This makes it possible to type a firm in the firm column that is not in the list. I typed...
Back
Top Bottom