Recent content by kylukru

  1. K

    populate controls automatically

    Thanks, it works perfectly!
  2. K

    populate controls automatically

    Hi there, I am trying to populate automatically controls with city, zip, address, etc. data based on a control that contains the name of a store. I cut and paste the afterupdate event from the Norhtwind database and here is what I have: Private Sub Name_AfterUpdate() On Error GoTo...
  3. K

    Sub Form doesn't record

    I use the form to gather information on retailers that are our customers. For each visit I get feedback on a lot of different areas (customer satisfaction, brand representation, retailers knowledge, end-user profile etc.). I created one table for each type of feedback to avoid to have too much...
  4. K

    Sub Form doesn't record

    Hi there, I hope you will be able to help! My problem seems basic but I have spent the last couple days on it without success. Here we are: I have got a data base with the traditional form linked to a subform. The subform uses multi tables. When I fill a record in the subform then go to...
Back
Top Bottom