Creating command button .. Error using wizard

N

Norah

When I try to create a command button using the command button wizard I get
this "informational" error.

Compile error, in query expression
'AppLoadString([bw_tblBtnActions].[Description])

Anyone have any insite on this and what I can do to eliminate it?
 
K

Klatuu

Is AppLoadString a sub? I think there is one minor syntax error:
AppLoadString([bw_tblBtnActions]![Description])
 
N

Norah

Nothing that I have created. This is a message I am getting from Access
itself. (The Command Button Wizard) I am getting an "informational" msg box
from access with the message "Compile error, in query expression
'AppLoadString([bw_tblBtnActions].[Description])'.
--
Never take life seriously. Nobody gets out alive, anyway.


Klatuu said:
Is AppLoadString a sub? I think there is one minor syntax error:
AppLoadString([bw_tblBtnActions]![Description])

Norah said:
When I try to create a command button using the command button wizard I get
this "informational" error.

Compile error, in query expression
'AppLoadString([bw_tblBtnActions].[Description])

Anyone have any insite on this and what I can do to eliminate it?
 
N

Norah

Nothing that I have created. It is coming from Access itself.
--
Never take life seriously. Nobody gets out alive, anyway.


Klatuu said:
Is AppLoadString a sub? I think there is one minor syntax error:
AppLoadString([bw_tblBtnActions]![Description])

Norah said:
When I try to create a command button using the command button wizard I get
this "informational" error.

Compile error, in query expression
'AppLoadString([bw_tblBtnActions].[Description])

Anyone have any insite on this and what I can do to eliminate it?
 
K

Klatuu

I guess I have no help for you. I can't find any information on
AppLoadString. The syntax error I noticed, however, does need to be changed.

Norah said:
Nothing that I have created. It is coming from Access itself.
--
Never take life seriously. Nobody gets out alive, anyway.


Klatuu said:
Is AppLoadString a sub? I think there is one minor syntax error:
AppLoadString([bw_tblBtnActions]![Description])

Norah said:
When I try to create a command button using the command button wizard I get
this "informational" error.

Compile error, in query expression
'AppLoadString([bw_tblBtnActions].[Description])

Anyone have any insite on this and what I can do to eliminate it?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top