J
Jimbo213
I have a query that Joins MasterTable.OwningProject and ProjectTable.Project
Query returns the 3rd column Project.ECS_YN value of "Yes" or "No"
The "Yes" "No" shows on the form in a combobox Named DisplayECSprojYN.
The control source for that combo box is OwningProject
In VBA code I call out Me.DisplayECSprojYN and I get the OwningProject value
instead of either "Yes" or "No" that shows on the form.
1) what is correct VBA code to retrieve the Yes/No value
2) why doesn't Me.DisplayECSprojYN work?
Thanks for your reply & assistance.
Jimbo213
Query returns the 3rd column Project.ECS_YN value of "Yes" or "No"
The "Yes" "No" shows on the form in a combobox Named DisplayECSprojYN.
The control source for that combo box is OwningProject
In VBA code I call out Me.DisplayECSprojYN and I get the OwningProject value
instead of either "Yes" or "No" that shows on the form.
1) what is correct VBA code to retrieve the Yes/No value
2) why doesn't Me.DisplayECSprojYN work?
Thanks for your reply & assistance.
Jimbo213