Hi, this is my first time posting to the forum.
I'm not sure what terminology I should use to find what i am attempting to do. Please bear with me.
I work for a Power Supply Company.
I have a Table (customerFaultsTbl). this is for recording customer faults on their household meter.
I also have PoleFaultsTbl and SubStationFaultTbl.
I have created a form for the CustomerFaultTbl, and added sub-forms PoleFaults and SubstationFaultsto the parent form.
So the Subform pole or subStation fault is grabbing the Autonumber from Parent form.
What i have done is created a lookup Combo Box in the customerFaultsTable labeled FaultType with these options (Meter,pole,subStation)
- I would like the form to grey out the 2 sub forms if "meter" is chosen.
- If Pole fault is chosen, I would like to grey out meter number on parent from, and Substation Sub-form.
- If Substation is chosen, I would like to grey out Meter number on parent form, and Pole sub-Form.
can someone please advise how i can achieve this, or point me into the correct direction to do so.
Thank you and much appreciated.
PS i don't know SQL...