I've uploaded a blank copy of my database, with a few dummy records put in to play with.
The main problem is getting the Manufacturer combo box to display properly on the Repair form. I have tried all kinds of things and I just cannot get it working, I think there is something fundamentally wrong with the design of my database but after hours of Googling, I am at a loss as to what I have done wrong.
If I create a New Repair (via the Customers form), the contents of the Manufacturer combo box don't display unless I refresh the form. However, if I go to Completed Jobs on the switchboard and navigate between two different customers, the box displays perfectly.
On the Repair form, I have Me.Refresh in the "Forms_OnCurrent" event. If I remove this, then the box will display the correct contents on a new repair, but not if I navigate different existing records.
Please help!
The main problem is getting the Manufacturer combo box to display properly on the Repair form. I have tried all kinds of things and I just cannot get it working, I think there is something fundamentally wrong with the design of my database but after hours of Googling, I am at a loss as to what I have done wrong.
If I create a New Repair (via the Customers form), the contents of the Manufacturer combo box don't display unless I refresh the form. However, if I go to Completed Jobs on the switchboard and navigate between two different customers, the box displays perfectly.
On the Repair form, I have Me.Refresh in the "Forms_OnCurrent" event. If I remove this, then the box will display the correct contents on a new repair, but not if I navigate different existing records.
Please help!