Kemidan2014
Board Regular
- Joined
- Apr 4, 2022
- Messages
- 229
- Office Version
- 365
- Platform
- Windows
I have seen alot of VBA ways to do this but surely there is a way to achieve what i want since the values i am working with all come from the same table?
i have a table called "Thelists" In this table i have fields named whymake, Whyship, 3PWM, 3PWS
I have a form called "openComplaintsform"
in opencomplaintsform i already have it set up to have combo box to select Whymake and combobox to select Whyship
1) When the user picks an option in WhyMake field in the form i would like text box 3PWM to fill in the associated value i populated form Thelists table? Can this be done using a simple SQL type statement in default value property of the text box? or some other property? or is VBA absolutely required for this?
1) i recently added the 2 fields 3PWM and 3PWS to the form as text box, Can they remain as text box or do they need to changed to combobox?
i have a table called "Thelists" In this table i have fields named whymake, Whyship, 3PWM, 3PWS
I have a form called "openComplaintsform"
in opencomplaintsform i already have it set up to have combo box to select Whymake and combobox to select Whyship
1) When the user picks an option in WhyMake field in the form i would like text box 3PWM to fill in the associated value i populated form Thelists table? Can this be done using a simple SQL type statement in default value property of the text box? or some other property? or is VBA absolutely required for this?
1) i recently added the 2 fields 3PWM and 3PWS to the form as text box, Can they remain as text box or do they need to changed to combobox?