Ive done something to cause an 'invalid outside procedure' warning (1 Viewer)

Lonemascot

Registered User.
Local time
Yesterday, 20:08
Joined
Apr 2, 2013
Messages
14
I've done something naughty with my DB.

My 'contact details' form usually shows the [contact name] in the header of the form. However, if I enable active content then this doesn't work. Then when I go into design view and back out again it says there is an 'Invalid Outside Procedure'.

it was all working and then i was faffing around with the macro builder (i was trying to make a macro that made text into proper case) and now its not behaving.

the only other thing that looks a bit strange is the macro assigned to the search box under the header. theres a little yellow warning image.

could someone be kind enough to look at this blasted thing and tell me wha needs doing please.
 

Attachments

  • Alpha Team CRM - Copy.accdb
    1 MB · Views: 103

pr2-eugin

Super Moderator
Local time
Today, 04:08
Joined
Nov 30, 2011
Messages
8,494
You have placed the following in a VBA form module..
Code:
Action: SetValue
Item: Screen.ActiveControl
Expression: StrConv(Screen.ActiveControl,3)
 

Lonemascot

Registered User.
Local time
Yesterday, 20:08
Joined
Apr 2, 2013
Messages
14
Thank you so much. I remember pasting that in there now! duh.

Perhaps you could help me with what i was trying to do in the first place which was have all my text boxes auto convert to Proper Case.
 

Users who are viewing this thread

Top Bottom