Search results

  1. J

    query replace from a remote database

    Hello all, I am having a few difficulties with a query. my mind is completely blank on this at the minute. The objective: I have a table within datbase 1 called generic valve table which has various queries linked to it, to populate another table, Components-valve table. Project...
  2. J

    Drop down box selection to run macro

    Hello, thank you for your quick response, I have been struggling all afternoon to get this working and still no joy. It is kind of awkward for me to post the database as it is for work purposes and has alot of information tied to it. To explain in more detail thou. I have an autoexe macro which...
  3. J

    Drop down box selection to run macro

    Thank you for the heads up on this, is it possible you could help me with this, i currently have the combo as a table that the drop down boxes looks at, im just not sure how to store this value when selected, does it need to be stored in an additional table when selected? if so how do you do...
  4. J

    Drop down box selection to run macro

    Thank you very much, and thank you for welcoming me to the forum. You have already been a great help, my sql i used is the following, Private Sub Combo149_Click() If Me.Combo149 = "ANSI Flange Standard" Then DoCmd.RunMacro "CAD WORX Database Update" End If If Me.Combo149 = "PN...
  5. J

    Drop down box selection to run macro

    hello all, im having a problem on a form, im not very well educated on access but im learning all the time and could do with a little help. i have a combo box on a form, with two possible answers A and B, what i want to achieve is when i select A it runs a macro 'A Specification', and when i...
Back
Top Bottom