Creating command button .. Error using wizard

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
Is AppLoadString a sub? I think there is one minor syntax error:
AppLoadString([bw_tblBtnActions]![Description])
 
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?
 
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?
 
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?
 
Back
Top