C
CB
First, let me begin by saying that I don't know VB. I have been trying to do
this using a macro. I need to set the display control for a field in about a
100 tables. Currently, the Yes/No field has a Display Control of Text and I
need it to be a check box. When I created a macro using the following
actions, I get an error message that it doesn't recognize Tables!. Does this
mean that I can only use run code for forms and reports. Please excuse me if
the question is stupid. I am trying to muddle along until I can take a class.
Open Table:
City
Design View
Edit
Run Code:
Tables![CITY]![COMPLETE].CreateProperty("DisplayControl",[dbInteger],106)
Close Table:
City
this using a macro. I need to set the display control for a field in about a
100 tables. Currently, the Yes/No field has a Display Control of Text and I
need it to be a check box. When I created a macro using the following
actions, I get an error message that it doesn't recognize Tables!. Does this
mean that I can only use run code for forms and reports. Please excuse me if
the question is stupid. I am trying to muddle along until I can take a class.
Open Table:
City
Design View
Edit
Run Code:
Tables![CITY]![COMPLETE].CreateProperty("DisplayControl",[dbInteger],106)
Close Table:
City