Recent content by adamrj

  1. A

    Multiple checkboxes in a form to build a string

    Many thanks for your responses, this looks like a good way of doing it.
  2. A

    Multiple checkboxes in a form to build a string

    I'd be very grateful for some help with an access form I'm working on. I don't have a lot of programming experience so please bear with me. From a dropdown field in the form it's currently possible to choose a geographical region for which to generate a report. The data populating this dropdown...
  3. A

    Updating data in many to one outer join

    Many thanks for that Pat, it worked perfectly. I also needed to pull in some related fields which I used DLookup for and set them to update when the combo box changes. Obviously they're not editable in-line but can be updated in the pop-up form.
  4. A

    Updating data in many to one outer join

    I wonder if someone could help me. I have a table of customers and a table of the companies they work for. The customer to company relationship is many to one as various customers work for the same company. I've built a form based on a query which includes these two tables outer-joined but I'm...
Back
Top Bottom