Search results

  1. C

    Using IIF statement for a command button "on-click"

    I have a form with a command button. At the moment when I click the button it inserts text from the form onto another form. This all works fine. I am now looking to extend the functionality of adding an IIF statement to this button so that I can use this one form to insert text to many...
  2. C

    Query based on multiple Many-To-Many Relationships

    Hi, I am currently building a system which uses many-to-many relationships. The basic layout is: tblCompany and tblAddress with the Company having a "Registered Address" and a "Correspondence Address".. therefore I have two m2m relationships in order to save having multiple Address tables...
Back
Top Bottom