I
imspringer
I am trying to create a flashcard database, so I need the answer control to
vanish when I open a new record, and to reappear when I click on it. I wrote
the following macro to accomplish this:
OnCurrent
GoToControl: Answer
SetProperty, Enabled, ffffff
StopMacro
It doesn't really seem to matter what macro I create, I seem to always get
an Error 2950. I understand that this means that access doesn't trust the
application.
I checked the MS Access Trust Center Settings/Trusted Locations, and I have
it set up to trust all directories under my Documents folder (include
subfolders). I even added the an explicit trusted location for the folder
containing my application, but that made no difference.
vanish when I open a new record, and to reappear when I click on it. I wrote
the following macro to accomplish this:
OnCurrent
GoToControl: Answer
SetProperty, Enabled, ffffff
StopMacro
It doesn't really seem to matter what macro I create, I seem to always get
an Error 2950. I understand that this means that access doesn't trust the
application.
I checked the MS Access Trust Center Settings/Trusted Locations, and I have
it set up to trust all directories under my Documents folder (include
subfolders). I even added the an explicit trusted location for the folder
containing my application, but that made no difference.