Solved Syntax

Lampje

Member
Local time
Tomorrow, 00:27
Joined
Jul 20, 2021
Messages
37
Forum,

you want to help me with the right syntax. Now get an error message that the element is not found.


2022-03-14 (2).png
 
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
 
Thank you very much for the correct syntax.
Had already tested the necessary codes for this.

Many thanks, greetings Cor.
 

Users who are viewing this thread

Back
Top Bottom