Can anyone help me with this code ?
I want to create a field as a Yes/No field in a table and set the view of this filed as a check-box.
The code I wrote so far (as shown below) runs but doesn't do the trick !!
Please help.
Ruud
Set db = CurrentDb
Set tdfBestaand = db.TableDefs("Test")
Set...