I have a combo box on a Repair form, which is bound to "ComputerID" and uses a query as its row source. The query contains the values of Computer.ComputerID (the ID of a computer), CompMan.Manufacturer (the manufacturer of the computer) and Computer.Model (the computer's model/type).
The problem is that this lists every computer owned by every customer, although it does select the one for the current Repair. When I add "CustomerID" to the query and point it to Forms!Repair!CustomerID, the combo box defaults to the value of ComputerID = 1, unless I press Refresh and then it selects all the computers relating to the current customer.
Any idea why this would be?
The problem is that this lists every computer owned by every customer, although it does select the one for the current Repair. When I add "CustomerID" to the query and point it to Forms!Repair!CustomerID, the combo box defaults to the value of ComputerID = 1, unless I press Refresh and then it selects all the computers relating to the current customer.
Any idea why this would be?