L Lampje Member Local time Tomorrow, 00:27 Joined Jul 20, 2021 Messages 37 Mar 14, 2022 #1 Forum, you want to help me with the right syntax. Now get an error message that the element is not found.
Forum, you want to help me with the right syntax. Now get an error message that the element is not found.
June7 AWF VIP Local time Today, 14:27 Joined Mar 9, 2014 Messages 5,959 Mar 14, 2022 #2 You want to dynamically build field name? Is User the form this code is behind and knopnaam is textbox (or combobox) that has a field name? Use Fields collection. .Fields("[" & Me.knopnaam & "]") = u
You want to dynamically build field name? Is User the form this code is behind and knopnaam is textbox (or combobox) that has a field name? Use Fields collection. .Fields("[" & Me.knopnaam & "]") = u
L Lampje Member Local time Tomorrow, 00:27 Joined Jul 20, 2021 Messages 37 Mar 14, 2022 #3 Thank you very much for the correct syntax. Had already tested the necessary codes for this. Many thanks, greetings Cor.
Thank you very much for the correct syntax. Had already tested the necessary codes for this. Many thanks, greetings Cor.