SonicClang
Registered User.
- Local time
- Today, 17:14
- Joined
- Oct 14, 2008
- Messages
- 16
...is idiotic, dumb, backwards, hardly usable, dumbed down, and I hate it...
Having said that, I'm trying to learn to use it because so many of the wizards Access uses now builds macros in the Macro Designer. It will eventually be to my benefit to understand it. I still very much prefer VBA at this point.
My current problem is that I can't set the value of a field to blank. In VBA you'd simply type me.cboComboBox = "". Well, if you type "" in the Macro builder for the value of a field in a form, it LITERALLY puts "" in the field, instead of clearing it. If I leave the "value" field blank in the Macro Designer, Access gives me an error about not being able to put a null value in the text box. I tried a space and it does the same thing.
Something that's so simple in VBA is turning into a major headache with this new Macro Designer. I'd appreciate any help anyone can give me.
Having said that, I'm trying to learn to use it because so many of the wizards Access uses now builds macros in the Macro Designer. It will eventually be to my benefit to understand it. I still very much prefer VBA at this point.
My current problem is that I can't set the value of a field to blank. In VBA you'd simply type me.cboComboBox = "". Well, if you type "" in the Macro builder for the value of a field in a form, it LITERALLY puts "" in the field, instead of clearing it. If I leave the "value" field blank in the Macro Designer, Access gives me an error about not being able to put a null value in the text box. I tried a space and it does the same thing.
Something that's so simple in VBA is turning into a major headache with this new Macro Designer. I'd appreciate any help anyone can give me.