Re: Foreign Language in Menu items
- From: Michael Gramelspacher <gramelsp@xxxxxxxx>
- Date: Thu, 04 Dec 2008 08:04:58 -0600
On Wed, 3 Dec 2008 20:46:02 -0800, Frank Situmorang <hfsitumo2001@xxxxxxxxx> wrote:
Mike:
Further to my previous email, I have tried to understand the table and the
VBA. I can make the table's fields with their primary key, but I do not know
where is the CHECK (In ('Caption','ControlTipText'). Is it
('Caption','ControlTipText') to be typed in lookup tab of the field property?.
The other thing is the VBA Public Sub LanguageControls() a module? not part
of the form VBA?
Thanks for your advice
Public Sub LanguageControls() should go in a module. One thing to keep in mind is that this code
opens forms in Design View. I think this can only be done in a .mdb file, not in a .mde file.
The In("Caption", "ControlTipText") is a Validation Rule on the column CtrlProperty.
.
- Follow-Ups:
- Re: Foreign Language in Menu items
- From: Frank Situmorang
- Re: Foreign Language in Menu items
- References:
- Foreign Language in Menu items
- From: Frank Situmorang
- RE: Foreign Language in Menu items
- From: Dale Fye
- RE: Foreign Language in Menu items
- From: Frank Situmorang
- RE: Foreign Language in Menu items
- From: Dale Fye
- Re: Foreign Language in Menu items
- From: Michael Gramelspacher
- Re: Foreign Language in Menu items
- From: Frank Situmorang
- Foreign Language in Menu items
- Prev by Date: Re: I split a MDB, and now the front end don't work
- Next by Date: every 10th
- Previous by thread: Re: Foreign Language in Menu items
- Next by thread: Re: Foreign Language in Menu items
- Index(es):
Relevant Pages
|